Separate auto loot into logic and icon

This commit is contained in:
M. David
2022-08-19 14:22:17 +02:00
parent e32f26ffad
commit 4980c875c2
6 changed files with 51 additions and 27 deletions

View File

@@ -1,9 +1,6 @@
-- LOOT_READY
function(allstates, e)
aura_env.allstates = allstates
function(e)
local lootInfo = GetLootInfo()
aura_env.filterService:run(lootInfo)
CloseLoot()
return true
end