mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
Fixed number of Chi not necessarily being correct on login
This commit is contained in:
@ -33,6 +33,8 @@ function HarmonyPower.prototype:init()
|
||||
end
|
||||
|
||||
function HarmonyPower.prototype:Enable(core)
|
||||
self.numRunes = UnitPowerMax(self.unit, self.unitPower)
|
||||
|
||||
HarmonyPower.super.prototype.Enable(self, core)
|
||||
|
||||
self:RegisterEvent("UNIT_POWER_FREQUENT", "UpdateRunePower")
|
||||
|
Reference in New Issue
Block a user