mirror of
				https://github.com/ErikasKontenis/SabrehavenServer.git
				synced 2025-10-31 03:56:22 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			236 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			236 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| function onUse(player, item, fromPosition, target, toPosition)
 | |
| 	item:getPosition():sendMagicEffect(CONST_ME_POFF)
 | |
| 	item:transform(6278, 1)
 | |
| 	item:getPosition():sendMonsterSay(player:getName() .. " blew out the candle.")
 | |
| 	return true
 | |
| end
 | 
