Add new autoloot aura, better than ever
This commit is contained in:
9
LegionWA/NewAutoLoot/Event.lua
Normal file
9
LegionWA/NewAutoLoot/Event.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
-- LOOT_READY
|
||||
function(allstates, e)
|
||||
aura_env.allstates = allstates
|
||||
|
||||
local lootInfo = GetLootInfo()
|
||||
aura_env.filterService:run(lootInfo)
|
||||
CloseLoot()
|
||||
return true
|
||||
end
|
||||
Reference in New Issue
Block a user