7 lines
123 B
Lua
7 lines
123 B
Lua
-- LOOT_READY
|
|
function(e)
|
|
C_Timer.After(0.1, function()
|
|
WeakAuras.ScanEvents("DO_AUTOLOOT")
|
|
end)
|
|
end
|