diff --git a/modules/HarmonyPower.lua b/modules/HarmonyPower.lua index 1a1e75a..54538e7 100644 --- a/modules/HarmonyPower.lua +++ b/modules/HarmonyPower.lua @@ -34,12 +34,11 @@ end function HarmonyPower.prototype:Enable(core) self.numRunes = UnitPowerMax(self.unit, self.unitPower) + self:CreateFrame() HarmonyPower.super.prototype.Enable(self, core) self:RegisterEvent("UNIT_POWER_FREQUENT", "UpdateRunePower") - - self:Redraw() end function HarmonyPower.prototype:UpdateRunePower(event, arg1, arg2)