From dff5aa98b3616a67e26b44be46c018aaf73fa601 Mon Sep 17 00:00:00 2001 From: Simpy Date: Sun, 24 Nov 2024 23:52:16 -0500 Subject: [PATCH] move this in front --- ElvUI/Core/Modules/UnitFrames/Elements/Auras.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI/Core/Modules/UnitFrames/Elements/Auras.lua b/ElvUI/Core/Modules/UnitFrames/Elements/Auras.lua index d999d9b0d8..d07e24ab86 100644 --- a/ElvUI/Core/Modules/UnitFrames/Elements/Auras.lua +++ b/ElvUI/Core/Modules/UnitFrames/Elements/Auras.lua @@ -446,7 +446,7 @@ function UF:PostUpdateAura(_, button) elseif bad and db.auraByDispels and BadDispels[button.spellID] and button.debuffType and DispelTypes[button.debuffType] then r, g, b = bad.r, bad.g, bad.b elseif db.auraByType then - local bleed = not button.debuffType and BleedList[button.spellID] and DispelTypes.Bleed and DebuffColors.Bleed + local bleed = not button.debuffType and DispelTypes.Bleed and BleedList[button.spellID] and DebuffColors.Bleed if bleed then r, g, b = bleed.r, bleed.g, bleed.b else