This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What steps will reproduce the problem?1. click on LDB when toon has active Order Hall open order hall even in Garrison2.3.
What is the expected output? What do you see instead?
Open Garrsion Landing page when toon is in garrison
What version of the product are you using?
Latest
Do you have an error log of what happened?
Please provide any additional information below.
Line 1153 in core.lua should be
ShowGarrisonLandingPage(C_Garrison.IsPlayerInGarrison(LE_GARRISON_TYPE_6_0) and 2 or C_Garrison.GetLandingPageGarrisonType());
C_Garrison.IsPlayerInGarrison(LE_GARRISON_TYPE_6_0) should be replaced with stored variable in "Garrison.location.inGarrison" but in fact monitoring event and storing this value is not neccessary.
To post a comment, please login or register a new account.