From b2992286790425eb3c3a85fc2ba7ab6a9063785b Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Fri, 2 Nov 2012 15:08:05 +0100 Subject: [PATCH] Add ReadyCheck element --- oUF_P3lim.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/oUF_P3lim.lua b/oUF_P3lim.lua index 1509035..0c73f32 100644 --- a/oUF_P3lim.lua +++ b/oUF_P3lim.lua @@ -331,6 +331,11 @@ local UnitSpecific = { RoleIcon:SetAlpha(0) self.LFDRole = RoleIcon + local ReadyCheck = self:CreateTexture(nil, 'OVERLAY') + ReadyCheck:SetPoint('LEFT', self, 'RIGHT', 3, 0) + ReadyCheck:SetSize(14, 14) + self.ReadyCheck = ReadyCheck + self:HookScript('OnEnter', function() RoleIcon:SetAlpha(1) end) self:HookScript('OnLeave', function() RoleIcon:SetAlpha(0) end) -- 1.7.9.5