More fixes for 9.6

And add ping bindings :D
This commit is contained in:
Eduardo Bart
2012-07-30 07:59:08 -03:00
parent 05436e135a
commit 52f81c53f9
14 changed files with 73 additions and 35 deletions

View File

@@ -32,7 +32,6 @@ function UIItem:onDrop(widget, mousePos)
if itemPos.x == toPos.x and itemPos.y == toPos.y and itemPos.z == toPos.z then return false end
if item:getCount() > 1 then
g_game.look(item)
modules.game_interface.moveStackableItem(item, toPos)
else
g_game.move(item, toPos, 1)