mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 22:51:53 -05:00
Only show Chi in Legion for Windwalker monks
This commit is contained in:
@ -23,6 +23,9 @@ function HarmonyPower.prototype:init()
|
|||||||
else
|
else
|
||||||
self.unitPower = SPELL_POWER_LIGHT_FORCE
|
self.unitPower = SPELL_POWER_LIGHT_FORCE
|
||||||
end
|
end
|
||||||
|
if IceHUD.WowVer >= 70000 then
|
||||||
|
self.requiredSpec = SPEC_MONK_WINDWALKER
|
||||||
|
end
|
||||||
self.minLevel = 0
|
self.minLevel = 0
|
||||||
self.bTreatEmptyAsFull = true
|
self.bTreatEmptyAsFull = true
|
||||||
self.unit = "player"
|
self.unit = "player"
|
||||||
|
Reference in New Issue
Block a user