mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
Fixes #232
This commit is contained in:
@@ -586,7 +586,6 @@ function moveStackableItem(item, toPos)
|
||||
spinbox.onValueChange = spinBoxValueChange
|
||||
|
||||
scrollbar.onValueChange = function(self, value)
|
||||
item:setCount(count - value)
|
||||
itembox:setItemCount(value)
|
||||
spinbox.onValueChange = nil
|
||||
spinbox:setValue(value)
|
||||
|
Reference in New Issue
Block a user