mirror of
				https://github.com/ErikasKontenis/SabrehavenServer.git
				synced 2025-10-31 03:56:22 +01: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
 | 
