mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
Bugfixes & improved RoundBar texture
This commit is contained in:
@ -22,8 +22,8 @@ function TargetMana.prototype:GetDefaultSettings()
|
||||
end
|
||||
|
||||
|
||||
function TargetMana.prototype:Enable()
|
||||
TargetMana.super.prototype.Enable(self)
|
||||
function TargetMana.prototype:Enable(core)
|
||||
TargetMana.super.prototype.Enable(self, core)
|
||||
|
||||
self:RegisterEvent("UNIT_MANA", "Update")
|
||||
self:RegisterEvent("UNIT_MAXMANA", "Update")
|
||||
|
Reference in New Issue
Block a user