From 22c31765f7321e4964b7e52694b354cb4d2ae751 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Tue, 19 Aug 2014 19:27:59 +0200 Subject: [PATCH] Lets reintroduce the portraits I used to have back in TBC --- oUF_P3lim.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/oUF_P3lim.lua b/oUF_P3lim.lua index bdc4cbb..6393759 100644 --- a/oUF_P3lim.lua +++ b/oUF_P3lim.lua @@ -446,6 +446,11 @@ local function Shared(self, unit) Buffs.PostCreateIcon = PostCreateAura self.Buffs = Buffs + local Portrait = CreateFrame('PlayerModel', nil, Health) + Portrait:SetAllPoints() + Portrait:SetAlpha(0.1) + self.Portrait = Portrait + self:SetHeight(22) Health:SetHeight(20) end -- 1.7.9.5