Location awarness for landing page doesn't work #127


  • New
  • Defect
Open
  • Forge_User_96220691 created this issue Sep 15, 2016

    What steps will reproduce the problem?
    1. click on LDB when toon has active Order Hall open order hall even in Garrison
    2.
    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.

  • Forge_User_96220691 added the tags New Defect Sep 15, 2016

To post a comment, please login or register a new account.