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