Remove debug print

This commit is contained in:
M. David
2022-08-19 14:23:24 +02:00
parent 4980c875c2
commit 25174c050e
3 changed files with 0 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
-- CHAT_MSG_LOOT
function(allstates, e, msg)
aura_env.allstates = allstates
aura_env.drawIcon(msg)
return true
end