This commit is contained in:
OTCv8
2020-06-09 18:19:20 +02:00
parent 76d6f2ce7d
commit 541e189d3f
154 changed files with 2540 additions and 1221 deletions

View File

@@ -375,8 +375,11 @@ function walk(dir, ticks)
elseif player:isServerWalking() then
g_game.stop()
return
elseif not toTile then
player:lockWalk(100) -- bug fix for missing stairs down on map
return
else
player:lockWalk(200)
return -- not walkable tile
end
end