Set the correct relative point for the ClassIcons
Adrian L Lange [08-27-14 - 11:01]
Set the correct relative point for the ClassIcons
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