Skip to content

Commit da4e5f2

Browse files
Co-authored-by: LocalIdentity <LocalIdentity@users.noreply.github.com>
1 parent 66689fa commit da4e5f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)