From 2f06472d8fcc1aadc42844717ca4bb65277a2a6b Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Thu, 13 Aug 2009 18:48:56 +0200 Subject: [PATCH] Add an info tag --- oUF_P3lim.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/oUF_P3lim.lua b/oUF_P3lim.lua index 446a4e6..ba2d952 100644 --- a/oUF_P3lim.lua +++ b/oUF_P3lim.lua @@ -169,6 +169,11 @@ local function styleFunction(self, unit) hpvalue.frequentUpdates = 0.1 self:Tag(hpvalue, '[phealth]') + local info = self.Health:CreateFontString(nil, 'OVERLAY', 'GameFontHighlightSmall') + info:SetPoint('CENTER', self.Health, 0, -1) + info.frequentUpdates = 0.1 + self:Tag(info, '[pthreat]|cffff0000[pvptime]|r') + self.RaidIcon = self.Health:CreateTexture(nil, 'OVERLAY') self.RaidIcon:SetPoint('TOP', self, 0, 8) self.RaidIcon:SetHeight(16) -- 1.7.9.5