From e52238f93ef88ea2ec57667c9f2a52827a3e4f58 Mon Sep 17 00:00:00 2001 From: Simpy Date: Wed, 10 Jul 2024 20:54:08 -0400 Subject: [PATCH] this --- ElvUI/Core/Modules/Misc/InfoItemLevel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI/Core/Modules/Misc/InfoItemLevel.lua b/ElvUI/Core/Modules/Misc/InfoItemLevel.lua index f2fc3352ff..895176f9c6 100644 --- a/ElvUI/Core/Modules/Misc/InfoItemLevel.lua +++ b/ElvUI/Core/Modules/Misc/InfoItemLevel.lua @@ -394,7 +394,7 @@ function M:UpdateSlotPoints(which, config) local weapon = i == 16 or i == 17 or i == 18 for u = 1, 10 do - local offset = (showItemLevel and 8 or 0) + ((showItemLevel and u or u-1) * 16) + local offset = (showItemLevel and 8 or 0) + ((u - (showItemLevel and 0 or 1)) * 16) local newX = (weapon and 0) or ((justify == 'BOTTOMLEFT' or itemRight) and x+offset) or x-offset local newY = (weapon and offset+40) or y