Open TheKrowi opened 1 year ago
You can add this section
if not GarrisonLandingPage then
return
end
in minimap.lua
after
ExpansionLandingPageMinimapButton:HookScript("OnClick",
function (this,button)
I don't know why but when this part is being called GarrisonLandingPage
is not (yet?) set (or maybe not in scope)
When clicking the minimap button to open the Dragonflight renowns, this error pops up every time.