- Even more configuration options

- SpellStatus lib for spell casting (shows rank now too)
This commit is contained in:
iceroth
2006-08-13 15:39:30 +00:00
parent f92e1fffd6
commit 212aa3c9f8
14 changed files with 580 additions and 249 deletions

View File

@ -33,16 +33,10 @@ function TargetMana.prototype:Enable()
self:RegisterEvent("UNIT_MAXENERGY", "Update")
self:RegisterEvent("UNIT_AURA", "Update")
self:RegisterEvent("PLAYER_TARGET_CHANGED", "TargetChanged")
self:Update("target")
end
function TargetMana.prototype:TargetChanged()
self:Update("target")
end
function TargetMana.prototype:Update(unit)
TargetMana.super.prototype.Update(self)