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:
@ -38,8 +38,8 @@ function PetHealth.prototype:CreateFrame()
|
||||
end
|
||||
|
||||
|
||||
function PetHealth.prototype:Enable()
|
||||
PetHealth.super.prototype.Enable(self)
|
||||
function PetHealth.prototype:Enable(core)
|
||||
PetHealth.super.prototype.Enable(self, core)
|
||||
|
||||
self:RegisterEvent("PET_UI_UPDATE", "CheckPet");
|
||||
self:RegisterEvent("PLAYER_PET_CHANGED", "CheckPet");
|
||||
|
Reference in New Issue
Block a user