mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-13 22:34:53 +02:00
fix snow removing tile when walking on stair and update map to the newest
This commit is contained in:
@@ -3,7 +3,12 @@ function onStepOut(creature, item, position, fromPosition)
|
||||
if player and player:isInGhostMode() then
|
||||
return true
|
||||
end
|
||||
|
||||
|
||||
local tile = Tile(position)
|
||||
if tile == nil or tile:hasProperty(CONST_PROP_HASHEIGHT) then
|
||||
return true
|
||||
end
|
||||
|
||||
if item.itemid == 799 then
|
||||
item:transform(6594)
|
||||
else
|
||||
|
Reference in New Issue
Block a user