mirror of
				https://github.com/ErikasKontenis/SabrehavenServer.git
				synced 2025-10-31 03:56:22 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			183 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			183 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| function onStepIn(creature, item, position, fromPosition)
 | |
| 	doRelocate(item:getPosition(),{x = 32794, y = 31577, z = 05})
 | |
| 	Game.sendMagicEffect({x = 32794, y = 31577, z = 05}, 11)
 | |
| end
 | 
