mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
Merge pull request #1 from EnsignPayton/install-errors
Death Aura Color nil
This commit is contained in:
@@ -264,7 +264,7 @@ function A:ConfigureAuras(header, auraTable, weaponPosition)
|
||||
end
|
||||
|
||||
if buffInfo.filter == "HARMFUL" then
|
||||
local color = DebuffTypeColor[buffInfo.dispelType or ""]
|
||||
local color = DebuffTypeColor[buffInfo.dispelType or ""] or DebuffTypeColor.none
|
||||
button:SetBackdropBorderColor(color.r, color.g, color.b)
|
||||
else
|
||||
button:SetBackdropBorderColor(unpack(E.media.bordercolor))
|
||||
|
||||
Reference in New Issue
Block a user