7 lines
		
	
	
		
			117 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			117 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| -- LOOT_READY
 | |
| function(e)
 | |
|     C_Timer.After(0.1, function()
 | |
|         WeakAuras.ScanEvents("DO_AUTOLOOT")
 | |
|     end)
 | |
| end
 |