mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-01 18:19:20 +02:00
5 lines
195 B
Lua
5 lines
195 B
Lua
function onStepIn(creature, item, position, fromPosition)
|
|
doRelocate({x = 32266, y = 31857, z = 12},{x = 32266, y = 31864, z = 12})
|
|
Game.sendMagicEffect({x = 32266, y = 31864, z = 12}, 11)
|
|
end
|