From c7554f425480c2713a5b6d38a3264467f2e729cf Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Thu, 13 Aug 2009 18:49:52 +0200 Subject: [PATCH] Fix locale collision --- oUF_P3lim.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/oUF_P3lim.lua b/oUF_P3lim.lua index ba2d952..fc10206 100644 --- a/oUF_P3lim.lua +++ b/oUF_P3lim.lua @@ -281,10 +281,10 @@ local function styleFunction(self, unit) self.BarFade = true else - local info = self.Health:CreateFontString(nil, 'OVERLAY', 'GameFontHighlightSmallLeft') - info:SetPoint('LEFT', self.Health, 2, -1) - info:SetPoint('RIGHT', hpvalue, 'LEFT') - self:Tag(info, unit == 'target' and '[pname]|cff0090ff[( )rare]|r' or '[pname]') + local name = self.Health:CreateFontString(nil, 'OVERLAY', 'GameFontHighlightSmallLeft') + name:SetPoint('LEFT', self.Health, 2, -1) + name:SetPoint('RIGHT', hpvalue, 'LEFT') + self:Tag(name, unit == 'target' and '[pname]|cff0090ff[( )rare]|r' or '[pname]') end if(unit == 'pet') then -- 1.7.9.5