Skip to content

Commit

Permalink
Merge branch 'main' into ptr
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed Nov 25, 2024
2 parents cf09990 + dff5aa9 commit 7ea9299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElvUI/Core/Modules/UnitFrames/Elements/Auras.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ea9299

Please sign in to comment.