From 2991f519f502a5673756d8d6bffd0bcdfe5b6b1b Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Wed, 27 Aug 2014 13:01:40 +0200 Subject: [PATCH] Set the correct relative point for the ClassIcons --- oUF_P3lim.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oUF_P3lim.lua b/oUF_P3lim.lua index b84bba1..80ffe1a 100644 --- a/oUF_P3lim.lua +++ b/oUF_P3lim.lua @@ -245,7 +245,7 @@ local UnitSpecific = { ClassIcon:SetBackdropColor(0, 0, 0) if(index == 1) then - ClassIcon:SetPoint('TOPLEFT', self, 'BOTTOMRIGHT', 0, -4) + ClassIcon:SetPoint('TOPLEFT', self, 'BOTTOMLEFT', 0, -4) else ClassIcon:SetPoint('LEFT', ClassIcons[index - 1], 'RIGHT', 4, 0) end -- 1.7.9.5