From 0334951f7415c123726b0d5634b5af74e23a62eb Mon Sep 17 00:00:00 2001 From: Vollmer Date: Mon, 9 Sep 2024 15:58:57 +0200 Subject: [PATCH] [Bugfix] Dead Color appears only for a short period #59 --- Widgets/Bars/HealthBar.lua | 3 +++ 1 file changed, 3 insertions(+) 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