mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-01 01:59:21 +02:00
5 lines
195 B
Lua
5 lines
195 B
Lua
function onStepIn(creature, item, position, fromPosition)
|
|
doRelocate({x = 32267, y = 31847, z = 15},{x = 32275, y = 31905, z = 13})
|
|
Game.sendMagicEffect({x = 32275, y = 31905, z = 13}, 11)
|
|
end
|