diff --git a/modules/HarmonyPower.lua b/modules/HarmonyPower.lua index 45d8e32..a74f5c4 100644 --- a/modules/HarmonyPower.lua +++ b/modules/HarmonyPower.lua @@ -33,6 +33,8 @@ function HarmonyPower.prototype:Enable(core) HarmonyPower.super.prototype.Enable(self, core) self:RegisterEvent("UNIT_POWER_FREQUENT", "UpdateRunePower") + + self:Redraw() end function HarmonyPower.prototype:UpdateRunePower(event, arg1, arg2)