Fix container bug, miniwindow pos, creature skulls outsite map bound

This commit is contained in:
Henrique Santiago
2012-08-24 19:59:33 -03:00
parent 715f560b79
commit beb04d8d8e
5 changed files with 23 additions and 13 deletions

View File

@@ -351,11 +351,10 @@ function processMouseAction(menuPosition, mouseButton, autoWalkPos, lookThing, u
if useThing:isContainer() then
if useThing:getParentContainer() then
g_game.open(useThing, useThing:getParentContainer())
return true
else
g_game.open(useThing)
return true
end
return true
elseif useThing:isMultiUse() then
startUseWith(useThing)
return true