From 984ba25c0bbbbd98b8f668dd17a99b6945ee6629 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Tue, 19 Aug 2014 19:21:40 +0200 Subject: [PATCH] Add a resurrect icon --- oUF_P3lim.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/oUF_P3lim.lua b/oUF_P3lim.lua index be9d51a..228a527 100644 --- a/oUF_P3lim.lua +++ b/oUF_P3lim.lua @@ -477,6 +477,13 @@ local function Shared(self, unit) end end + if(unit == 'party' or unit == 'raid' or unit == 'arena') then + local Resurrect = Health:CreateTexture(nil, 'OVERLAY') + Resurrect:SetPoint('CENTER', 0, -1) + Resurrect:SetSize(16, 16) + self.ResurrectIcon = Resurrect + end + if(UnitSpecific[unit]) then return UnitSpecific[unit](self) end -- 1.7.9.5