Files
wow-weakauras/WeakAuras/Projects/AutoLoot/Event2.lua

7 lines
114 B
Lua

-- DO_AUTOLOOT
function(e)
local lootInfo = GetLootInfo()
aura_env.FilterService.Run(lootInfo)
CloseLoot()
end