Bug fixes and a lag indicator for CastBar

This commit is contained in:
iceroth
2006-12-18 14:52:42 +00:00
parent 7e88da3a25
commit 3b93a47442
7 changed files with 111 additions and 12 deletions

View File

@ -102,7 +102,6 @@ function PetMana.prototype:Update(unit)
if not (self.alive) then
color = "Dead"
else
local color = "PetMana"
if (self.manaType == 1) then
color = "PetRage"
elseif (self.manaType == 2) then