Guild Tab breaking in WoW Classic
ronnyjp opened this issue ยท 1 comments
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