Quantcast

Uppercase shit :/

Adrian L Lange [12-27-09 - 03:23]
Uppercase shit :/
Filename
oUF_P3lim.lua
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