Skip to content

Commit 6b8b444

Browse files
Co-authored-by: LocalIdentity <[email protected]>
1 parent 6a6ecb8 commit 6b8b444

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Classes/ItemsTab.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,7 @@ holding Shift will put it in the second.]])
769769
tooltip:Clear()
770770
elseif tooltip:CheckForUpdate(val, modList) then
771771
local index, range = slider:GetDivVal(val)
772+
range = verifyRange(range, index, drop)
772773
local modId = modList[index]
773774
local mod = self.displayItem.affixes[modId]
774775
for _, line in ipairs(mod) do

0 commit comments

Comments
 (0)