Mercurial > wow > wowdb-profiler
comparison Constants.lua @ 394:a30c251ad382
Further data updates for item containers that cast spells.
author | MMOSimca <MMOSimca@gmail.com> |
---|---|
date | Fri, 19 Dec 2014 07:40:12 -0500 |
parents | 7d0ad2573092 |
children | ad8323486561 |
comparison
equal
deleted
inserted
replaced
393:7d0ad2573092 | 394:a30c251ad382 |
---|---|
58 | 58 |
59 -- Mapping of items that, when right-clicked, fire a spell (which can fail, so we have to check success). | 59 -- Mapping of items that, when right-clicked, fire a spell (which can fail, so we have to check success). |
60 -- They reward loot upon completion of that spell. | 60 -- They reward loot upon completion of that spell. |
61 -- CHAT_MSG_LOOT -must- be used to track loot, which is definitely not ideal. | 61 -- CHAT_MSG_LOOT -must- be used to track loot, which is definitely not ideal. |
62 private.DELAYED_CONTAINER_SPELL_ID_TO_ITEM_ID_MAP = { | 62 private.DELAYED_CONTAINER_SPELL_ID_TO_ITEM_ID_MAP = { |
63 [109954] = 77952, -- Elementium Gem Cluster (Reveal the Shadows) | 63 [57844] = 36781, |
64 [109946] = 78890, -- Crystalline Geode (Crystalline Geode) | 64 [58160] = 24476, |
65 [109948] = 78892, -- Perfect Geode (Perfect Geode) | 65 [58165] = 7973, |
66 [146238] = 102263, -- Timeless Plate Chestpiece (Create Chestpiece) | 66 [58168] = 5524, |
67 [146237] = 102264, -- Timeless Plate Boots (Create Boots) | 67 [58172] = 5523, |
68 [146239] = 102265, -- Timeless Plate Gloves (Create Gloves) | 68 [61898] = 15874, |
69 [146240] = 102266, -- Timeless Plate Helm (Create Helm) | 69 [64202] = 45909, |
70 [147433] = 102266, -- Timeless Plate Helm (Create Class Helm) | 70 [73500] = 52340, |
71 [147434] = 102266, -- Timeless Plate Helm (Create Class Helm) | 71 [80615] = 58856, |
72 [147435] = 102266, -- Timeless Plate Helm (Create Class Helm) | 72 [84193] = 60838, |
73 [146241] = 102267, -- Timeless Plate Leggings (Create Leggings) | 73 [85325] = 54218, |
74 [146242] = 102268, -- Timeless Plate Spaulders (Create Shoulders) | 74 [85435] = 50301, |
75 [146236] = 102269, -- Timeless Plate Belt (Create Belt) | 75 [99438] = 69956, |
76 [146261] = 102270, -- Timeless Mail Chestpiece (Create Chestpiece) | 76 [99500] = 69990, |
77 [146260] = 102271, -- Timeless Mail Boots (Create Boots) | 77 [109946] = 78890, |
78 [146263] = 102272, -- Timeless Mail Gloves (Create Gloves) | 78 [109948] = 78892, |
79 [146264] = 102273, -- Timeless Mail Helm (Create Helm) | 79 [109954] = 77952, |
80 [146265] = 102274, -- Timeless Mail Leggings (Create Leggings) | 80 [146236] = 102269, |
81 [146266] = 102275, -- Timeless Mail Spaulders (Create Shoulders) | 81 [146237] = 102264, |
82 [146259] = 102276, -- Timeless Mail Belt (Create Belt) | 82 [146238] = 102263, |
83 [146270] = 102277, -- Timeless Leather Chestpiece (Create Chestpiece) | 83 [146239] = 102265, |
84 [146269] = 102278, -- Timeless Leather Boots (Create Boots) | 84 [146240] = 102266, |
85 [146271] = 102279, -- Timeless Leather Gloves (Create Gloves) | 85 [146241] = 102267, |
86 [146272] = 102280, -- Timeless Leather Helm (Create Helm) | 86 [146242] = 102268, |
87 [146273] = 102281, -- Timeless Leather Leggings (Create Leggings) | 87 [146243] = 102320, |
88 [146274] = 102282, -- Timeless Leather Spaulders (Create Shoulders) | 88 [146244] = 102291, |
89 [146268] = 102283, -- Timeless Leather Belt (Create Belt) | 89 [146246] = 102318, |
90 [146278] = 102284, -- Timeless Cloth Robes (Create Robes) | 90 [146259] = 102276, |
91 [146277] = 102285, -- Timeless Cloth Boots (Create Boots) | 91 [146260] = 102271, |
92 [146279] = 102286, -- Timeless Cloth Gloves (Create Gloves) | 92 [146261] = 102270, |
93 [146280] = 102287, -- Timeless Cloth Helm (Create Helm) | 93 [146263] = 102272, |
94 [146281] = 102288, -- Timeless Cloth Leggings (Create Leggings) | 94 [146264] = 102273, |
95 [146282] = 102289, -- Timeless Cloth Spaulders (Create Shoulders) | 95 [146265] = 102274, |
96 [146276] = 102290, -- Timeless Cloth Belt (Create Belt) | 96 [146266] = 102275, |
97 [146244] = 102291, -- Timeless Signet (Create Ring) | 97 [146267] = 102327, |
98 [146246] = 102318, -- Timeless Cloak (Create Cloak) | 98 [146268] = 102283, |
99 [146243] = 102320, -- Timeless Plate Bracers (Create Bracer) | 99 [146269] = 102278, |
100 [146267] = 102327, -- Timeless Mail Bracers (Create Bracer) | 100 [146270] = 102277, |
101 [146275] = 102334, -- Timeless Leather Bracers (Create Bracer) | 101 [146271] = 102279, |
102 [146283] = 102341, -- Timeless Cloth Bracers (Create Bracer) | 102 [146272] = 102280, |
103 [147597] = 104009, -- Timeless Plate Armor Cache (Unlock Armor Cache) | 103 [146273] = 102281, |
104 [148099] = 104010, -- Timeless Mail Armor Cache (Unlock Armor Cache) | 104 [146274] = 102282, |
105 [148103] = 104012, -- Timeless Leather Armor Cache (Unlock Armor Cache) | 105 [146275] = 102334, |
106 [148104] = 104013, -- Timeless Cloth Armor Cache (Unlock Armor Cache) | 106 [146276] = 102290, |
107 [148740] = 104345, -- Timeless Lavalliere (Create Lavalliere) | 107 [146277] = 102285, |
108 [148746] = 104347, -- Timeless Curio (Create Curio) | 108 [146278] = 102284, |
109 [155445] = 107649, -- Strange Meteorite (Refine Meteorite) | 109 [146279] = 102286, |
110 [166263] = 111589, -- Small Crescent Saberfish (Gut) | 110 [146280] = 102287, |
111 [166264] = 111595, -- Crescent Saberfish (Gut) | 111 [146281] = 102288, |
112 [166265] = 111601, -- Enormous Crescent Saberfish (Gut) | 112 [146282] = 102289, |
113 [166266] = 111650, -- Small Jawless Skulker (Gut) | 113 [146283] = 102341, |
114 [166267] = 111651, -- Small Fat Sleeper (Gut) | 114 [147433] = 102266, |
115 [166268] = 111652, -- Small Blind Lake Sturgeon (Gut) | 115 [147434] = 102266, |
116 [166269] = 111656, -- Small Fire Ammonite (Gut) | 116 [147435] = 102266, |
117 [166270] = 111658, -- Small Sea Scorpion (Gut) | 117 [147597] = 104009, |
118 [166271] = 111659, -- Small Abyssal Gulper Eel (Gut) | 118 [148099] = 104010, |
119 [166272] = 111662, -- Small Blackwater Whiptail (Gut) | 119 [148103] = 104012, |
120 [166273] = 111663, -- Blackwater Whiptail (Gut) | 120 [148104] = 104013, |
121 [166274] = 111664, -- Abyssal Gulper Eel (Gut) | 121 [148740] = 104345, |
122 [166275] = 111665, -- Sea Scorpion (Gut) | 122 [148746] = 104347, |
123 [166276] = 111666, -- Fire Ammonite (Gut) | 123 [155445] = 107649, |
124 [166277] = 111667, -- Blind Lake Sturgeon (Gut) | 124 [161131] = 111589, |
125 [166278] = 111668, -- Fat Sleeper (Gut) | 125 [161225] = 111595, |
126 [166279] = 111669, -- Jawless Skulker (Gut) | 126 [161226] = 111601, |
127 [166280] = 111670, -- Enormous Blackwater Whiptail (Gut) | 127 [161230] = 111650, |
128 [166281] = 111671, -- Enormous Abyssal Gulper Eel (Gut) | 128 [161231] = 111652, |
129 [166282] = 111672, -- Enormous Sea Scorpion (Gut) | 129 [161232] = 111651, |
130 [166283] = 111673, -- Enormous Fire Ammonite (Gut) | 130 [161234] = 111656, |
131 [166284] = 111674, -- Enormous Blind Lake Sturgeon (Gut) | 131 [161237] = 111658, |
132 [166285] = 111675, -- Enormous Fat Sleeper (Gut) | 132 [161241] = 111659, |
133 [166286] = 111676, -- Enormous Jawless Skulker (Gut) | 133 [161261] = 111662, |
134 [166030] = 113203, -- Punctured Breastplate (Repair Item) | 134 [161266] = 111663, |
135 [166153] = 113244, -- Soleless Treads (Repair Item) | 135 [161267] = 111664, |
136 [166156] = 113245, -- Shredded Greaves (Repair Item) | 136 [161269] = 111665, |
137 [166460] = 113295, -- Cracked Potion Vial (Repair Item) | 137 [161270] = 111666, |
138 [166481] = 113307, -- Impotent Healing Potion (Repair Item) | 138 [161272] = 111667, |
139 [166487] = 113310, -- Unstable Elixir (Repair Item) | 139 [161273] = 111668, |
140 [166507] = 113313, -- Unorganized Alchemist Notes (Repair Item) | 140 [161274] = 111669, |
141 [166509] = 113316, -- Mangled Long Sword (Repair Item) | 141 [161275] = 111670, |
142 [166513] = 113321, -- Battered Shield (Repair Item) | 142 [161276] = 111671, |
143 [166520] = 113324, -- Ritual Mask Shards (Repair Item) | 143 [161277] = 111672, |
144 [166739] = 113327, -- Weathered Bedroll (Repair Item) | 144 [161279] = 111673, |
145 [166526] = 113328, -- Torn Voodoo Doll (Repair Item) | 145 [161281] = 111674, |
146 [166744] = 113329, -- Ripped Lace Kerchief (Repair Item) | 146 [161283] = 111675, |
147 [166529] = 113332, -- Cracked Wand (Repair Item) | 147 [161284] = 111676, |
148 [166531] = 113336, -- Gnarled, Splintering Staff (Repair Item) | 148 [166030] = 113203, |
149 [166574] = 113358, -- Felled Totem (Repair Item) | 149 [166153] = 113244, |
150 [166578] = 113361, -- Tattered Scroll (Repair Item) | 150 [166156] = 113245, |
151 [166582] = 113365, -- Ruined Painting (Repair Item) | 151 [166460] = 113295, |
152 [166586] = 113367, -- Waterlogged Book (Repair Item) | 152 [166481] = 113307, |
153 [166589] = 113371, -- Torn Card (Repair Item) | 153 [166487] = 113310, |
154 [166593] = 113376, -- Faintly Magical Vellum (Repair Item) | 154 [166507] = 113313, |
155 [166599] = 113381, -- Crumbling Statue (Repair Item) | 155 [166509] = 113316, |
156 [166600] = 113384, -- Crushed Locket (Repair Item) | 156 [166513] = 113321, |
157 [166606] = 113387, -- Cracked Band (Repair Item) | 157 [166520] = 113324, |
158 [166611] = 113391, -- Crystal Shards (Repair Item) | 158 [166526] = 113328, |
159 [166619] = 113394, -- Headless Figurine (Repair Item) | 159 [166529] = 113332, |
160 [166764] = 113411, -- Bloodstained Mage Robe (Repair Item) | 160 [166531] = 113336, |
161 [166770] = 113417, -- Torn Knapsack (Repair Item) | 161 [166550] = 113355, |
162 [166788] = 113420, -- Desiccated Leather Cloak (Repair Item) | 162 [166574] = 113358, |
163 [166796] = 113423, -- Scorched Leather Cap (Repair Item) | 163 [166578] = 113361, |
164 [166800] = 113426, -- Mangled Saddle Bag (Repair Item) | 164 [166582] = 113365, |
165 [166801] = 113429, -- Cracked Hand Drum (Repair Item) | 165 [166586] = 113367, |
166 [166900] = 113452, -- Trampled Survey Bot (Repair Item) | 166 [166589] = 113371, |
167 [166905] = 113465, -- Broken Hunting Scope (Repair Item) | 167 [166593] = 113376, |
168 [166909] = 113468, -- Faulty Grenade (Repair Item) | 168 [166599] = 113381, |
169 [166915] = 113471, -- Busted Alarm Bot (Repair Item) | 169 [166600] = 113384, |
170 [166980] = 113478, -- Abandoned Medic Kit (Repair Item) | 170 [166606] = 113387, |
171 [166985] = 113483, -- Lightweight Medic Vest (Repair Item) | 171 [166611] = 113391, |
172 [167089] = 113495, -- Venom Extraction Kit (Repair Item) | 172 [166619] = 113394, |
173 [167096] = 113499, -- Notes of Natural Cures (Repair Item) | 173 [166739] = 113327, |
174 [167981] = 114002, -- Encoded Message (Decoding) | 174 [166744] = 113329, |
175 [168084] = 114039, -- Spectral Bracers (Create Bracer) | 175 [166764] = 113411, |
176 [168688] = 114040, -- Spectral Robes (Create Chest) | 176 [166770] = 113417, |
177 [168687] = 114041, -- Spectral Treads (Create Boot) | 177 [166788] = 113420, |
178 [168686] = 114042, -- Spectral Gauntlets (Create Glove) | 178 [166796] = 113423, |
179 [168685] = 114043, -- Spectral Hood (Create Helm) | 179 [166800] = 113426, |
180 [168684] = 114044, -- Spectral Leggings (Create Legs) | 180 [166801] = 113429, |
181 [168683] = 114045, -- Spectral Spaulders (Create Shoulders) | 181 [166900] = 113452, |
182 [168682] = 114046, -- Spectral Girdle (Create Belt) | 182 [166905] = 113465, |
183 [168681] = 114047, -- Spectral Ring (Create Ring) | 183 [166909] = 113468, |
184 [168680] = 114048, -- Spectral Choker (Create Neck) | 184 [166915] = 113471, |
185 [168679] = 114049, -- Spectral Cloak (Create Cloak) | 185 [166980] = 113478, |
186 [168678] = 114051, -- Spectral Trinket (Create Trinket) | 186 [166985] = 113483, |
187 [168103] = 114052, -- Gleaming Ring (Create Ring) | 187 [167089] = 113495, |
188 [168115] = 114053, -- Shimmering Gauntlets (Create Glove) | 188 [167096] = 113499, |
189 [168725] = 114057, -- Munificent Bracers (Create Bracer) | 189 [167981] = 114002, |
190 [168724] = 114058, -- Munificent Robes (Create Chest) | 190 [168084] = 114039, |
191 [168723] = 114059, -- Munificent Treads (Create Boot) | 191 [168103] = 114052, |
192 [168722] = 114060, -- Munificent Gauntlets (Create Glove) | 192 [168115] = 114053, |
193 [168721] = 114061, -- Munificent Hood (Create Helm) | 193 [168178] = 114116, |
194 [168720] = 114062, -- Munificent Leggings (Create Legs) | 194 [168179] = 114119, |
195 [168719] = 114063, -- Munificent Spaulders (Create Shoulders) | 195 [168180] = 114120, |
196 [168718] = 114064, -- Munificent Girdle (Create Belt) | 196 [168677] = 114106, |
197 [168717] = 114065, -- Munificent Ring (Create Ring) | 197 [168678] = 114051, |
198 [168716] = 114066, -- Munificent Choker (Create Neck) | 198 [168679] = 114049, |
199 [168715] = 114067, -- Munificent Cloak (Create Cloak) | 199 [168680] = 114048, |
200 [168714] = 114068, -- Munificent Trinket (Create Trinket) | 200 [168681] = 114047, |
201 [168738] = 114069, -- Turbulent Bracers (Create Bracer) | 201 [168682] = 114046, |
202 [168737] = 114070, -- Turbulent Robes (Create Chest) | 202 [168683] = 114045, |
203 [168736] = 114071, -- Turbulent Treads (Create Boot) | 203 [168684] = 114044, |
204 [168735] = 114072, -- Turbulent Gauntlets (Create Glove) | 204 [168685] = 114043, |
205 [168734] = 114073, -- Turbulent Hood (Create Helm) | 205 [168686] = 114042, |
206 [168733] = 114074, -- Turbulent Leggings (Create Legs) | 206 [168687] = 114041, |
207 [168732] = 114075, -- Turbulent Spaulders (Create Shoulders) | 207 [168688] = 114040, |
208 [168731] = 114076, -- Turbulent Girdle (Create Belt) | 208 [168700] = 114108, |
209 [168730] = 114077, -- Turbulent Ring (Create Ring) | 209 [168701] = 114105, |
210 [168729] = 114078, -- Turbulent Choker (Create Neck) | 210 [168702] = 114104, |
211 [168728] = 114079, -- Turbulent Cloak (Create Cloak) | 211 [168703] = 114103, |
212 [168727] = 114080, -- Turbulent Trinket (Create Trinket) | 212 [168704] = 114102, |
213 [168751] = 114082, -- Grandiose Bracers (Create Bracer) | 213 [168705] = 114101, |
214 [168750] = 114083, -- Grandiose Robes (Create Chest) | 214 [168706] = 114100, |
215 [168749] = 114084, -- Grandiose Treads (Create Boot) | 215 [168707] = 114099, |
216 [168745] = 114085, -- Grandiose Spaulders (Create Shoulders) | 216 [168708] = 114098, |
217 [168742] = 114086, -- Grandiose Choker (Create Neck) | 217 [168709] = 114097, |
218 [168740] = 114087, -- Grandiose Trinket (Create Trinket) | 218 [168710] = 114096, |
219 [168764] = 114088, -- Formidable Bracers (Create Bracer) | 219 [168711] = 114095, |
220 [168763] = 114089, -- Formidable Robes (Create Chest) | 220 [168712] = 114094, |
221 [168762] = 114090, -- Formidable Treads (Create Boot) | 221 [168713] = 114109, |
222 [168758] = 114091, -- Formidable Spaulders (Create Shoulders) | 222 [168714] = 114068, |
223 [168755] = 114092, -- Formidable Choker (Create Neck) | 223 [168715] = 114067, |
224 [168753] = 114093, -- Formidable Trinket (Create Trinket) | 224 [168716] = 114066, |
225 [168712] = 114094, -- Tormented Bracers (Create Bracer) | 225 [168717] = 114065, |
226 [168711] = 114095, -- Tormented Robes (Create Chest) | 226 [168718] = 114064, |
227 [168710] = 114096, -- Tormented Treads (Create Boot) | 227 [168719] = 114063, |
228 [168709] = 114097, -- Tormented Gauntlets (Create Glove) | 228 [168720] = 114062, |
229 [168708] = 114098, -- Tormented Hood (Create Helm) | 229 [168721] = 114061, |
230 [168707] = 114099, -- Tormented Leggings (Create Legs) | 230 [168722] = 114060, |
231 [168706] = 114100, -- Tormented Spaulders (Create Shoulders) | 231 [168723] = 114059, |
232 [168705] = 114101, -- Tormented Girdle (Create Belt) | 232 [168724] = 114058, |
233 [168704] = 114102, -- Tormented Ring (Create Ring) | 233 [168725] = 114057, |
234 [168703] = 114103, -- Tormented Choker (Create Neck) | 234 [168726] = 114110, |
235 [168702] = 114104, -- Tormented Cloak (Create Cloak) | 235 [168727] = 114080, |
236 [168701] = 114105, -- Tormented Trinket (Create Trinket) | 236 [168728] = 114079, |
237 [168677] = 114106, -- Spectral Armament (Create Weapon) | 237 [168729] = 114078, |
238 [168700] = 114108, -- Tormented Armament (Create Weapon) | 238 [168730] = 114077, |
239 [168713] = 114109, -- Munificent Armament (Create Weapon) | 239 [168731] = 114076, |
240 [168726] = 114110, -- Turbulent Armament (Create Weapon) | 240 [168732] = 114075, |
241 [168752] = 114111, -- Formidable Armament (Create Weapon) | 241 [168733] = 114074, |
242 [168739] = 114112, -- Grandiose Armament (Create Weapon) | 242 [168734] = 114073, |
243 [168178] = 114116, -- Bag of Salvaged Goods (Salvage) | 243 [168735] = 114072, |
244 [168179] = 114119, -- Crate of Salvage (Salvage) | 244 [168736] = 114071, |
245 [168180] = 114120, -- Big Crage of Salvage (Salvage) | 245 [168737] = 114070, |
246 [169508] = 115018, -- Patched Shadowmoon Cloth (Imbue Cloth) | 246 [168738] = 114069, |
247 [170566] = 115591, -- Woven Fur (Imbue Cloth) | 247 [168739] = 114112, |
248 [176482] = 118592, -- Forged Receipt: Gizmothingies (Combine) | 248 [168740] = 114087, |
249 [176483] = 119094, -- Partial Receipt: Flask of Funk (Combine) | 249 [168741] = 119124, |
250 [176484] = 119095, -- Partial Receipt: Tailored Underwear (Combine) | 250 [168742] = 114086, |
251 [176934] = 119095, -- Partial Receipt: Tailored Underwear (Combine) | 251 [168743] = 119122, |
252 [176485] = 119096, -- Partial Receipt: Book of Troll Poetry (Combine) | 252 [168744] = 119120, |
253 [176486] = 119097, -- Partial Receipt: Gently-Used Bandages (Combine) | 253 [168745] = 114085, |
254 [176487] = 119098, -- Partial Receipt: Druidskin Rug (Combine) | 254 [168746] = 119118, |
255 [176488] = 119099, -- Partial Receipt: Chainmail Socks (Combine) | 255 [168747] = 119116, |
256 [176489] = 119100, -- Partial Receipt: Pickled Red Herring (Combine) | 256 [168748] = 119114, |
257 [176490] = 119101, -- Partial Receipt: Invisible Dust (Combine) | 257 [168749] = 114084, |
258 [176491] = 119102, -- Partial Receipt: True Iron Door Handles (Combine) | 258 [168750] = 114083, |
259 [168748] = 119114, -- Grandiose Gauntlets (Create Glove) | 259 [168751] = 114082, |
260 [168761] = 119115, -- Formidable Gauntlets (Create Glove) | 260 [168752] = 114111, |
261 [168747] = 119116, -- Grandiose Hood (Create Helm) | 261 [168753] = 114093, |
262 [168760] = 119117, -- Formidable Hood (Create Helm) | 262 [168754] = 119125, |
263 [168746] = 119118, -- Grandiose Leggings (Create Legs) | 263 [168755] = 114092, |
264 [168759] = 119119, -- Formidable Leggings (Create Legs) | 264 [168756] = 119123, |
265 [168744] = 119120, -- Grandiose Girdle (Create Belt) | 265 [168757] = 119121, |
266 [168757] = 119121, -- Formidable Girdle (Create Belt) | 266 [168758] = 114091, |
267 [168743] = 119122, -- Grandiose Ring (Create Ring) | 267 [168759] = 119119, |
268 [168756] = 119123, -- Formidable Ring (Create Ring) | 268 [168760] = 119117, |
269 [168741] = 119124, -- Grandiose Cloak (Create Cloak) | 269 [168761] = 119115, |
270 [168754] = 119125, -- Formidable Cloak (Create Cloak) | 270 [168762] = 114090, |
271 [176791] = 119185, -- Expired Receipt (Combine) | 271 [168763] = 114089, |
272 [178444] = 120301, -- Armor Enhancement Token (Create Armor Enhancement) | 272 [168764] = 114088, |
273 [178445] = 120302, -- Weapon Enhancement Token (Create Weapon Boost) | 273 [169508] = 115018, |
274 [170566] = 115591, | |
275 [175132] = 118564, | |
276 [175135] = 118565, | |
277 [175136] = 118566, | |
278 [176482] = 118592, | |
279 [176483] = 119094, | |
280 [176484] = 119095, | |
281 [176485] = 119096, | |
282 [176486] = 119097, | |
283 [176487] = 119098, | |
284 [176488] = 119099, | |
285 [176489] = 119100, | |
286 [176490] = 119101, | |
287 [176491] = 119102, | |
288 [176791] = 119185, | |
289 [176934] = 119095, | |
290 [178444] = 120301, | |
291 [178445] = 120302, | |
274 } | 292 } |
275 | 293 |
276 -- List of items that, when right-clicked, reward loot (includes items from DELAYED_CONTAINER_SPELL_ID_TO_ITEM_ID_MAP). | 294 -- List of items that, when right-clicked, reward loot (includes items from DELAYED_CONTAINER_SPELL_ID_TO_ITEM_ID_MAP). |
277 -- This means they -must- be tracked via CHAT_MSG_LOOT. | 295 -- This means they -must- be tracked via CHAT_MSG_LOOT. |
278 -- It also means there is a high margin for bad data since multiple bags can be clicked within a small time frame. | 296 -- It also means there is a high margin for bad data since multiple bags can be clicked within a small time frame. |
279 -- True = instant cast; false = cast time | 297 -- True = instant cast; false = cast time |
280 private.CONTAINER_ITEM_ID_LIST = { | 298 private.CONTAINER_ITEM_ID_LIST = { |
299 [105751] = true, -- Kor'kron Shaman's Treasure | |
281 [116980] = true, -- Invader's Forgotten Treasure | 300 [116980] = true, -- Invader's Forgotten Treasure |
282 [118529] = true, -- Cache of Highmaul Treasures (Normal) | 301 [118529] = true, -- Cache of Highmaul Treasures (Normal) |
283 [118530] = true, -- Cache of Highmaul Treasures (Heroic) | 302 [118530] = true, -- Cache of Highmaul Treasures (Heroic) |
284 [118531] = true, -- Cache of Highmaul Treasures (Mythic) | 303 [118531] = true, -- Cache of Highmaul Treasures (Mythic) |
285 [119036] = true, -- Box of Storied Treasures | 304 [119036] = true, -- Box of Storied Treasures |