mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- fixed a bug introduced in 1.4 that was causing taint in the target health module
This commit is contained in:
@ -598,10 +598,10 @@ function IceTargetHealth.prototype:Update(unit)
|
||||
end
|
||||
|
||||
if unit and not (UnitExists(unit)) then
|
||||
self:Show(false)
|
||||
-- self:Show(false)
|
||||
return
|
||||
else
|
||||
self:Show(true)
|
||||
-- self:Show(true)
|
||||
end
|
||||
|
||||
self:UpdateRaidTargetIcon()
|
||||
|
Reference in New Issue
Block a user