Files
wow-weakauras/FreshShit/WhoSniffer/event3.lua

10 lines
260 B
Lua

-- TICKER_1000
function()
SetWhoToUI(1)
local query = aura_env.whoQueries[aura_env.whoQueryIdx]
SendWho(query)
aura_env.whoQueryIdx = aura_env.whoQueryIdx + 1
if aura_env.whoQueryIdx > #aura_env.whoQueries then
aura_env.whoQueryIdx = 1
end
end