Merge pull request #1 from EnsignPayton/install-errors

Death Aura Color nil
This commit is contained in:
Crum
2018-02-20 00:04:05 -06:00
committed by GitHub
+1 -1
View File
@@ -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))