8 lines
159 B
Lua
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
|