diff --git a/Widgets/Bars/HealthBar.lua b/Widgets/Bars/HealthBar.lua index 717f5d7..c9474b1 100644 --- a/Widgets/Bars/HealthBar.lua +++ b/Widgets/Bars/HealthBar.lua @@ -87,6 +87,9 @@ local function UpdateUnitHealthState(button) button.states.hasSoulstone = nil --I.UpdateStatusIcon(self) end + -- Resolve racecase + -- TODO: Revist + U:UnitFrame_UpdateHealthColor(button) end button.states.wasDeadOrGhost = button.states.isDeadOrGhost