Guild Raid Attendance

Guild Raid Attendance

24.9k Downloads

Guild Tab breaking in WoW Classic

ronnyjp opened this issue ยท 1 comments

commented

Hey, this is breaking the Guild tab in WoW classic. Line 197 from Libs/LibGuildNotes.lua

hooksecurefunc("GuildFrame_LoadUI", function()
GuildRosterFrame:HookScript("OnShow", function()
SetGuildRosterShowOffline(showOffline)
GuildRosterShowOfflineButton:SetChecked(showOffline)
GuildRoster_Update()
end)
GuildRosterFrame:HookScript("OnHide", function()
SetGuildRosterShowOffline(true)
end)
GuildRosterShowOfflineButton:HookScript("OnClick", function()
showOffline = GuildRosterShowOfflineButton:GetChecked()
end)
end)

The error is GuildFrame_LoadUI is not a function

image

image

commented

Annotation 2019-12-03 173828
Any update on this issue? This is also breaking my guild window.