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

8 lines
159 B
Lua

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