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

7 lines
117 B
Lua

-- LOOT_READY
function(e)
C_Timer.After(0.1, function()
WeakAuras.ScanEvents("DO_AUTOLOOT")
end)
end