Add new autoloot aura, better than ever

This commit is contained in:
M. David
2022-08-18 22:31:07 +02:00
parent eb02b0f5ae
commit 65071f34fd
2 changed files with 600 additions and 0 deletions

View 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