mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-04-30 17:49:20 +02:00
7 lines
219 B
Lua
7 lines
219 B
Lua
function onStepIn(creature, item, position, fromPosition)
|
|
if creature:isPlayer() then
|
|
doRelocate(item:getPosition(),{x = 32615, y = 32483, z = 09})
|
|
Game.sendMagicEffect({x = 32615, y = 32483, z = 09}, 13)
|
|
end
|
|
end
|