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