This commit is contained in:
Logan Payton
2018-03-28 19:24:54 -04:00
parent b35303f941
commit 21bedd6fbb
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -119,6 +119,7 @@ function UF:Configure_Auras(frame, auraType)
if not frame.VARIABLES_SET then return end
local db = frame.db
print(format("DEBUG: UF:Configure_Auras(%s, %s)", frame:GetName(), auraType))
local auras = frame[auraType]
auraType = lower(auraType)
local rows = db[auraType].numrows
@@ -372,7 +373,7 @@ function UF:PostUpdateAura(unit, button)
end
if button.isDebuff then
if(not button.isFriend and not button.isPlayer) then --[[and (not E.isDebuffWhiteList[name])]]
if not button.isFriend and not button.isPlayer then --[[and (not E.isDebuffWhiteList[name])]]
button:SetBackdropBorderColor(0.9, 0.1, 0.1)
button.icon:SetDesaturated((unit and not find(unit, "arena%d")) and true or false)
else