mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
Bug fixes and a lag indicator for CastBar
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user