mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- fixed an issue where focusing a unit in combat could cause taint in the FocusHealth module
This commit is contained in:
@ -338,10 +338,10 @@ function FocusHealth.prototype:Update(unit)
|
||||
end
|
||||
|
||||
if not (UnitExists(unit)) then
|
||||
self:Show(false)
|
||||
--self:Show(false)
|
||||
return
|
||||
else
|
||||
self:Show(true)
|
||||
--self:Show(true)
|
||||
end
|
||||
|
||||
if not self.frame.raidIcon then
|
||||
|
Reference in New Issue
Block a user