mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-06 03:59:19 +02:00
Floorchange relocates every object on top
This commit is contained in:
parent
6e02936226
commit
a82933a526
@ -81,7 +81,8 @@ function onStepIn(creature, item, position, fromPosition)
|
|||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
|
|
||||||
creature:teleportTo(relPos)
|
doRelocate(position, relPos)
|
||||||
|
|
||||||
if item:getId() == 293 then
|
if item:getId() == 293 then
|
||||||
item:transform(294)
|
item:transform(294)
|
||||||
item:decay()
|
item:decay()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user