From 4bebaba45097296fc0d74f86cb81aa7b1de9f3ea Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Sun, 27 Dec 2009 04:23:06 +0100 Subject: [PATCH] Uppercase shit :/ --- oUF_P3lim.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oUF_P3lim.lua b/oUF_P3lim.lua index 721d398..f0f227a 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.Icon:SetVertexColor(1, 0, 0) else - castbar.icon:SetVertexColor(1, 1, 1) + castbar.Icon:SetVertexColor(1, 1, 1) end end -- 1.7.9.5