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

@ -27,8 +27,8 @@ function DruidMana.prototype:GetDefaultSettings()
end
function DruidMana.prototype:Enable()
DruidMana.super.prototype.Enable(self)
function DruidMana.prototype:Enable(core)
DruidMana.super.prototype.Enable(self, core)
if (IsAddOnLoaded("SoleManax")) then
self.mode = "SoleManax"
@ -47,8 +47,8 @@ function DruidMana.prototype:Enable()
end
function DruidMana.prototype:Disable()
DruidMana.super.prototype.Disable(self)
function DruidMana.prototype:Disable(core)
DruidMana.super.prototype.Disable(self, core)
if (IsAddOnLoaded("SoleManax")) then
SoleManax.DelUser(self.UpdateSoleManax)