mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- added generic custom health and mana bars so that users can monitor any unit they want complete with click-targeting/-casting
This commit is contained in:
@ -68,8 +68,8 @@ function IceTargetMana.prototype:Update(unit)
|
||||
if (unit and (unit ~= self.unit)) then
|
||||
return
|
||||
end
|
||||
|
||||
if ((not UnitExists(unit)) or (self.maxMana == 0)) then
|
||||
|
||||
if ((not UnitExists(self.unit)) or (self.maxMana == 0)) then
|
||||
self:Show(false)
|
||||
return
|
||||
else
|
||||
|
Reference in New Issue
Block a user