From c781a89e7a320a1562495a622ad514caa86a9c7e Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Tue, 18 Nov 2014 07:03:37 +0100 Subject: [PATCH] Monks can have six chi --- oUF_P3lim.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/oUF_P3lim.lua b/oUF_P3lim.lua index c21d641..b1e6310 100644 --- a/oUF_P3lim.lua +++ b/oUF_P3lim.lua @@ -51,6 +51,8 @@ local function PostUpdateClassIcon(element, cur, max, diff, event) ClassIcon:SetWidth(index > 2 and 55 or 54) elseif(max == 5) then ClassIcon:SetWidth(index == 5 and 42 or 43) + elseif(max == 6) then + ClassIcon:SetWidth(35) end end end @@ -234,7 +236,7 @@ local UnitSpecific = { r, g, b = 1, 1, 2/5 end - for index = 1, 5 do + for index = 1, 6 do local ClassIcon = CreateFrame('Frame', nil, self) ClassIcon:SetHeight(6) ClassIcon:SetBackdrop(BACKDROP) -- 1.7.9.5