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 = 32267, y = 31858, z = 15},{x = 32186, y = 31938, z = 14})
|
|
Game.sendMagicEffect({x = 32186, y = 31938, z = 14}, 11)
|
|
end
|