mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-02 02:29:21 +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 = 31892, z = 12}, 394) then
|
|
Game.transformItemOnMap({x = 32266, y = 31892, z = 12}, 394, 372)
|
|
end
|
|
end
|