Minor bugfix

This commit is contained in:
M. David
2022-08-19 15:07:56 +02:00
parent be60199671
commit 3c09dd2f34

View File

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