mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-04-30 17:49:20 +02:00
6 lines
223 B
Lua
6 lines
223 B
Lua
function onStepIn(creature, item, position, fromPosition)
|
|
if creature:isPlayer() and Game.isItemThere({x = 32266, y = 31916, z = 12}, 394) then
|
|
Game.transformItemOnMap({x = 32266, y = 31916, z = 12}, 394, 372)
|
|
end
|
|
end
|