Mercurial > wow > wowdb-profiler
diff Constants.lua @ 387:b4a0a56ab3ae
Assorted code cleanup and reorganization as preparation for new data collection methods.
author | MMOSimca <MMOSimca@gmail.com> |
---|---|
date | Tue, 16 Dec 2014 20:46:14 -0500 |
parents | cc4a579b26d1 |
children | 7086c27bdc9f |
line wrap: on
line diff
--- a/Constants.lua Sat Dec 13 10:45:23 2014 -0500 +++ b/Constants.lua Tue Dec 16 20:46:14 2014 -0500 @@ -65,6 +65,19 @@ [168180] = 114120, -- Big Crate of Salvage } +-- List of items that, when right-clicked, reward loot (includes items from DELAYED_CONTAINER_SPELL_ID_TO_ITEM_ID_MAP). +-- This means they -must- be tracked via CHAT_MSG_LOOT. +-- It also means there is a high margin for bad data since multiple bags can be clicked within a small time frame. +-- True = instant cast; false = cast time +private.CONTAINER_ITEM_ID_LIST = { + [114116] = false, -- Bag of Salvaged Goods + [114119] = false, -- Crate of Salvage + [114120] = false, -- Big Crate of Salvage + [116980] = true, -- Invader's Forgotten Treasure + [120319] = true, -- Invader's Damaged Cache + [120320] = true, -- Invader's Abandoned Sack +} + private.RAID_BOSS_BONUS_SPELL_ID_TO_NPC_ID_MAP = { ----------------------------------------------------------------------- -- World Bosses