From 4f4f43abda0628f988205a917f81a4c4b5f9c96b Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Tue, 12 Jan 2010 15:53:57 +0100 Subject: [PATCH] Color castbar text instead of icon --- oUF_P3lim.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oUF_P3lim.lua b/oUF_P3lim.lua index 25658c5..3ddd934 100644 --- a/oUF_P3lim.lua +++ b/oUF_P3lim.lua @@ -80,9 +80,9 @@ end local function castIcon(self, event, unit) local castbar = self.Castbar if(castbar.interrupt) then - castbar.Icon:SetVertexColor(1, 0, 0) + castbar.Text:SetTextColor(1, 0, 0) else - castbar.Icon:SetVertexColor(1, 1, 1) + castbar.Text:SetTextColor(1, 1, 1) end end -- 1.7.9.5