From c2af262bf53113bf727f9a70b4c17f88e8774d82 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Sun, 9 May 2010 15:49:39 +0200 Subject: [PATCH] Use cpoint tag since oUF only supports texture in 1.4 --- oUF_P3lim.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/oUF_P3lim.lua b/oUF_P3lim.lua index 13122d6..2e4d594 100644 --- a/oUF_P3lim.lua +++ b/oUF_P3lim.lua @@ -250,12 +250,11 @@ local function Style(self, unit) local cpoints = self:CreateFontString(nil, 'OVERLAY', 'SubZoneTextFont') cpoints:SetPoint('RIGHT', self, 'LEFT', -9, 0) - cpoints:SetTextColor(1, 1, 1) cpoints:SetJustifyH('RIGHT') + self:Tag(cpoints, '|cffffffff[cpoints]|r') self.Buffs = buffs self.Debuffs = debuffs - self.CPoints = cpoints self.Power.PostUpdate = PostUpdatePower self:SetAttribute('initial-width', 230) end -- 1.7.9.5