mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-13 22:34:53 +02:00
fix new monsters corpses, new thais temple position and fix grizzly in thais position
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
function onStepIn(creature, item, position, fromPosition)
|
||||
if creature:isPlayer() then
|
||||
doRelocate(item:getPosition(),{x = 32369, y = 32241, z = 07})
|
||||
doRelocate(item:getPosition(),{x = 32369, y = 32241, z = 5})
|
||||
creature:getPlayer():setTown(Town("Thais"))
|
||||
Game.sendMagicEffect({x = 32369, y = 32241, z = 07}, 13)
|
||||
Game.sendMagicEffect({x = 32369, y = 32241, z = 5}, 13)
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user