Files
wow-weakauras/LegionWA/AutoLoot/AutoLootDisplay/Event.lua
2022-08-22 20:29:15 +02:00

9 lines
191 B
Lua

-- CHAT_MSG_LOOT
function(allstates, e, msg)
if (msg:match("You receive loot")) then
aura_env.allstates = allstates
aura_env.drawIcon(msg)
return true
end
end