From b4b0c2a82848c00e56837694469fab1c59d94c53 Mon Sep 17 00:00:00 2001 From: "U-YAROOT-WIN\\Administrator" Date: Thu, 24 Nov 2011 09:30:47 +0800 Subject: [PATCH] Change [SetBackdropColor] to [SetDebuffTypeColor] --- oUF_RaidDebuffs.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/oUF_RaidDebuffs.lua b/oUF_RaidDebuffs.lua index 3ac5e14..1f05557 100644 --- a/oUF_RaidDebuffs.lua +++ b/oUF_RaidDebuffs.lua @@ -90,10 +90,10 @@ local UpdateDebuffFrame = function(rd) end end - if(rd.SetBackdropColor) then + if(rd.SetDebuffTypeColor) then local colors = rd.DebuffTypeColor or debuffTypeColor - local c = colors[debuffType] or colors.none or colors.none - rd:SetBackdropColor(unpack(c)) + local c = colors[debuffType] or colors.none or debuffTypeColor.none + rd:SetDebuffTypeColor(unpack(c)) end if(not rd:IsShown()) then -- 1.7.9.5