mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-19 14:13:27 +02:00
Version 2.3.1 - bug fixes, hotkeys and anction bars work now in old tibia version (<780)
This commit is contained in:
@@ -26,7 +26,7 @@ function UIItem:onDrop(widget, mousePos, forced)
|
||||
if not item or not item:isItem() then return false end
|
||||
|
||||
if self.selectable then
|
||||
self:setItem(Item.create(item:getId(), item:getCount()))
|
||||
self:setItem(Item.create(item:getId(), item:getCountOrSubType()))
|
||||
return
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user