diff Constants.lua @ 433:6e55341c3fa4 6.1.0-1

Added support for many new items: 13 more item crafting tokens and 32 more item containers.
author MMOSimca <MMOSimca@gmail.com>
date Tue, 24 Feb 2015 14:38:35 -0500
parents de0795cfbe56
children bf1fbf1c9cb2
line wrap: on
line diff
--- a/Constants.lua	Tue Feb 24 14:05:46 2015 -0500
+++ b/Constants.lua	Tue Feb 24 14:38:35 2015 -0500
@@ -37,22 +37,24 @@
 -- They reward loot via loot toast popups upon completion of that spell.
 -- SHOW_LOOT_TOAST can be used to track loot.
 private.LOOT_TOAST_CONTAINER_SPELL_ID_TO_ITEM_ID_MAP = {
-    [142397] = 98134, -- Heroic Cache of Treasures
-    [142901] = 98546, -- Bulging Heroic Cache of Treasures
-    [143506] = 98095, -- Brawler's Pet Supplies
-    [143507] = 94207, -- Fabled Pandaren Pet Supplies
-    [143508] = 89125, -- Sack of Pet Supplies
-    [143509] = 93146, -- Pandaren Spirit Pet Supplies
-    [143510] = 93147, -- Pandaren Spirit Pet Supplies
-    [143511] = 93149, -- Pandaren Spirit Pet Supplies
-    [143512] = 93148, -- Pandaren Spirit Pet Supplies
-    [146885] = 103535, -- Bulging Bag of Charms
-    [147598] = 104014, -- Pouch of Timeless Coins
-    [149222] = 105911, -- Pouch of Enduring Wisdom
-    [149223] = 105912, -- Oversized Pouch of Enduring Wisdom
-    [171513] = 116414, -- Pet Supplies
-    [175767] = 118697, -- Big Bag of Pet Supplies
-    [178508] = 120321, -- Mystery Bag
+    [142397] = 98134,
+    [142901] = 98546,
+    [143506] = 98095,
+    [143507] = 94207,
+    [143508] = 89125,
+    [143509] = 93146,
+    [143510] = 93147,
+    [143511] = 93149,
+    [143512] = 93148,
+    [146885] = 103535,
+    [147598] = 104014,
+    [149222] = 105911,
+    [149223] = 105912,
+    [171513] = 116414,
+    [175767] = 118697,
+    [178508] = 120321,
+    [181405] = 122535,
+    [181952] = 122677,
 }
 
 -- Mapping of items that, when right-clicked, fire a spell (which can fail, so we have to check success).
@@ -295,18 +297,65 @@
 private.CONTAINER_ITEM_ID_LIST = {
     [50301] = true,
     [54218] = true,
+    [69856] = true,
     [97565] = true,
     [102137] = true,
+    [104260] = true,
     [105751] = true,
     [110592] = true,
+    [111598] = true,
+    [111599] = true,
+    [111600] = true,
+    [114634] = true,
+    [114641] = true,
+    [114648] = true,
+    [114655] = true,
+    [114662] = true,
+    [114669] = true,
     [116980] = true,
+    [118065] = true,
+    [118066] = true,
+    [118093] = true,
+    [118094] = true,
     [118529] = true,
     [118530] = true,
     [118531] = true,
+    [119000] = true,
+    [119032] = true,
     [119036] = true,
     [119037] = true,
+    [119040] = true,
+    [119041] = true,
+    [119042] = true,
+    [119043] = true,
+    [119330] = true,
+    [120142] = true,
+    [120151] = true,
+    [120184] = true,
     [120319] = true,
     [120320] = true,
+    [120353] = true,
+    [120354] = true,
+    [120355] = true,
+    [120356] = true,
+    [122163] = true,
+    [122241] = true,
+    [122242] = true,
+    [122478] = true,
+    [122479] = true,
+    [122480] = true,
+    [122481] = true,
+    [122482] = true,
+    [122483] = true,
+    [122484] = true,
+    [122485] = true,
+    [122486] = true,
+    [122579] = true,
+    [122608] = true,
+    [122718] = true,
+    [123857] = true,
+    [123858] = true,
+    [123975] = true,
 }
 for key, value in next, private.DELAYED_CONTAINER_SPELL_ID_TO_ITEM_ID_MAP do
     private.CONTAINER_ITEM_ID_LIST[value] = false