Bugfixes & improved RoundBar texture

This commit is contained in:
iceroth
2006-08-26 13:50:55 +00:00
parent 7050788344
commit 439b3fecec
19 changed files with 123 additions and 62 deletions

View File

@ -42,8 +42,8 @@ end
function CastBar.prototype:Enable()
CastBar.super.prototype.Enable(self)
function CastBar.prototype:Enable(core)
CastBar.super.prototype.Enable(self, core)
self:RegisterEvent("SPELLCAST_START", "CastStart")
self:RegisterEvent("SPELLCAST_STOP", "CastStop")
@ -63,8 +63,8 @@ function CastBar.prototype:Enable()
end
function CastBar.prototype:Disable()
CastBar.super.prototype.Disable(self)
function CastBar.prototype:Disable(core)
CastBar.super.prototype.Disable(self, core)
CastingBarFrame:RegisterEvent("SPELLCAST_START");
CastingBarFrame:RegisterEvent("SPELLCAST_STOP");