Files
wow-weakauras/FreshShit/AutoLoot/Event.lua
2024-08-24 22:43:07 +02:00

7 lines
123 B
Lua

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