mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-01 10:09:20 +02:00
5 lines
195 B
Lua
5 lines
195 B
Lua
function onStepIn(creature, item, position, fromPosition)
|
|
doRelocate({x = 32259, y = 31847, z = 15},{x = 32245, y = 31891, z = 14})
|
|
Game.sendMagicEffect({x = 32245, y = 31891, z = 14}, 11)
|
|
end
|