Mercurial > wow > wowdb-profiler
comparison Main.lua @ 475:78147d7517fd
Added new items to the CHAT_MSG_LOOT blacklist (items that can never drop from anything we care about recording).
author | Caleb Atherton <catherton@curse.com> |
---|---|
date | Sat, 16 Jul 2016 01:34:54 -0400 |
parents | 59c47f9f9c26 |
children | cf08b2748711 |
comparison
equal
deleted
inserted
replaced
474:59c47f9f9c26 | 475:78147d7517fd |
---|---|
1483 [114119] = true, | 1483 [114119] = true, |
1484 [114120] = true, | 1484 [114120] = true, |
1485 [116980] = true, | 1485 [116980] = true, |
1486 [120319] = true, | 1486 [120319] = true, |
1487 [120320] = true, | 1487 [120320] = true, |
1488 [139593] = true, | |
1489 [139594] = true, | |
1490 [140590] = true, | |
1488 } | 1491 } |
1489 | 1492 |
1490 | 1493 |
1491 local CHAT_MSG_LOOT_UPDATE_FUNCS = { | 1494 local CHAT_MSG_LOOT_UPDATE_FUNCS = { |
1492 [AF.ITEM] = function(item_id, quantity) | 1495 [AF.ITEM] = function(item_id, quantity) |