From 24604886c5d67170aaf4fbf9208fb750c0c80517 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Thu, 13 Aug 2009 18:47:15 +0200 Subject: [PATCH] This is 'hpvalue', not 'everythingvalue' --- oUF_P3lim.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oUF_P3lim.lua b/oUF_P3lim.lua index 8063ebf..446a4e6 100644 --- a/oUF_P3lim.lua +++ b/oUF_P3lim.lua @@ -167,7 +167,7 @@ local function styleFunction(self, unit) local hpvalue = self.Health:CreateFontString(nil, 'OVERLAY', 'GameFontHighlightSmallRight') hpvalue:SetPoint('RIGHT', self.Health, -2, -1) hpvalue.frequentUpdates = 0.1 - self:Tag(hpvalue, unit == 'player' and '[pthreat]|cffff0000[pvptime]|r [phealth]' or '[phealth]') + self:Tag(hpvalue, '[phealth]') self.RaidIcon = self.Health:CreateTexture(nil, 'OVERLAY') self.RaidIcon:SetPoint('TOP', self, 0, 8) -- 1.7.9.5