Mercurial > wow > wowdb-profiler
comparison Constants.lua @ 355:06b53a3d2b4a WoD
Added support for parsing the loot from Garrison Cache objects.
| author | MMOSimca <MMOSimca@gmail.com> |
|---|---|
| date | Mon, 13 Oct 2014 23:13:41 -0400 |
| parents | e7cbe43d8418 |
| children | 97824a39ddd3 |
comparison
equal
deleted
inserted
replaced
| 354:e13723c37ca4 | 355:06b53a3d2b4a |
|---|---|
| 30 private.SALVAGE_SPELL_ID_TO_ITEM_ID_MAP = { | 30 private.SALVAGE_SPELL_ID_TO_ITEM_ID_MAP = { |
| 31 [168178] = 114116, -- Bag of Salvaged Goods | 31 [168178] = 114116, -- Bag of Salvaged Goods |
| 32 [168179] = 114119, -- Crate of Salvage | 32 [168179] = 114119, -- Crate of Salvage |
| 33 [168180] = 114120, -- Big Crate of Salvage | 33 [168180] = 114120, -- Big Crate of Salvage |
| 34 } | 34 } |
| 35 | |
| 36 -- Map of Garrison Cache object names to Garrison Cache object IDs | |
| 37 private.GARRISON_CACHE_OBJECT_NAME_TO_OBJECT_ID_MAP = { | |
| 38 ["Garrison Cache"] = 236916, | |
| 39 ["Full Garrison Cache"] = 237722, | |
| 40 ["Hefty Garrison Cache"] = 237723, | |
| 41 } | |
| 42 private.GARRISON_CACHE_LOOT_SOURCE_ID = 10 | |
| 35 | 43 |
| 36 private.LOOT_SPELL_ID_TO_ITEM_ID_MAP = { | 44 private.LOOT_SPELL_ID_TO_ITEM_ID_MAP = { |
| 37 [142397] = 98134, -- Heroic Cache of Treasures | 45 [142397] = 98134, -- Heroic Cache of Treasures |
| 38 [142901] = 98546, -- Bulging Heroic Cache of Treasures | 46 [142901] = 98546, -- Bulging Heroic Cache of Treasures |
| 39 [143506] = 98095, -- Brawler's Pet Supplies | 47 [143506] = 98095, -- Brawler's Pet Supplies |
