Mercurial > wow > buffalo2
diff Modules/WorldState.lua @ 125:3f4794dca91b
template load order and Script handlers linkage
| author | Nenue |
|---|---|
| date | Sun, 15 Oct 2017 16:47:22 -0400 |
| parents | ddfe19d70a34 |
| children |
line wrap: on
line diff
--- a/Modules/WorldState.lua Tue Sep 05 02:57:08 2017 -0400 +++ b/Modules/WorldState.lua Sun Oct 15 16:47:22 2017 -0400 @@ -3,7 +3,8 @@ -- Created: 10/7/2016 10:55 PM -- %file-revision% -- An extensible panel group for HUD values - +local _, vn = ... +local L = vn.L local print = DEVIAN_WORKSPACE and function(...) print('VnWorldState', ...) end or nop VeneerOrderHallMixin = { @@ -84,7 +85,7 @@ end function VeneerOrderHallMixin:Update() - self:SetShown(C_Garrison.IsPlayerInGarrison(LE_GARRISON_TYPE_7_0)) + self:SetShown(C_Garrison.IsPlayerInGarrison(LE_GARRISON_TYPE_7_0) or (GetSubZoneText() == L["The Vindicaar"])) local lastFrame local categoriesWidth = 0 local troops = OrderHallCommandBar.TroopSummary
