Mercurial > wow > wowdb-profiler
changeset 449:b1c1d817788d
Updated loot container, loot spell, and instant item container mappings for Patch 6.2.0 (mostly).
author | MMOSimca <MMOSimca@gmail.com> |
---|---|
date | Wed, 24 Jun 2015 09:13:40 -0400 |
parents | a6e78988a3d9 |
children | 0462238b0d97 |
files | Constants.lua |
diffstat | 1 files changed, 70 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/Constants.lua Tue Jun 23 16:34:33 2015 -0400 +++ b/Constants.lua Wed Jun 24 09:13:40 2015 -0400 @@ -55,6 +55,7 @@ [178508] = 120321, [181405] = 122535, [181952] = 122677, + [187534] = 127751, } -- Mapping of items that, when right-clicked, fire a spell (which can fail, so we have to check success). @@ -271,9 +272,6 @@ [168764] = 114088, [169508] = 115018, [170566] = 115591, - [175132] = 118564, - [175135] = 118565, - [175136] = 118566, [176482] = 118592, [176483] = 119094, [176484] = 119095, @@ -288,6 +286,68 @@ [176934] = 119095, [178444] = 120301, [178445] = 120302, + [181719] = 122628, + [181720] = 122623, + [181721] = 122621, + [181722] = 122622, + [181723] = 122631, + [181724] = 122624, + [181725] = 122625, + [181726] = 122626, + [181729] = 122630, + [181730] = 122629, + [181731] = 122627, + [181732] = 122632, + [181733] = 122633, + [185205] = 124550, + [185209] = 124551, + [185210] = 124552, + [185212] = 124553, + [185213] = 124554, + [185214] = 124555, + [185215] = 124556, + [185216] = 124557, + [185217] = 124558, + [185218] = 124559, + [185219] = 124560, + [185220] = 124561, + [185222] = 124562, + [187899] = 127777, + [187900] = 127778, + [187901] = 127779, + [187902] = 127780, + [187903] = 127781, + [187904] = 127782, + [187905] = 127783, + [187906] = 127784, + [187907] = 127798, + [187908] = 127799, + [187909] = 127800, + [187911] = 127790, + [187912] = 127791, + [187913] = 127792, + [187914] = 127793, + [187915] = 127794, + [187916] = 127795, + [187917] = 127796, + [187918] = 127797, + [187919] = 127803, + [187920] = 127804, + [187921] = 127805, + [187922] = 127806, + [187923] = 127807, + [187924] = 127808, + [187925] = 127809, + [187926] = 127810, + [187927] = 127816, + [187928] = 127817, + [187929] = 127818, + [187930] = 127819, + [187931] = 127820, + [187932] = 127821, + [187933] = 127822, + [187934] = 127823, + [189834] = 128348, } -- List of items that, when right-clicked, reward loot (includes items from DELAYED_CONTAINER_SPELL_ID_TO_ITEM_ID_MAP). @@ -321,7 +381,6 @@ [118530] = true, [118531] = true, [119000] = true, - [119032] = true, [119036] = true, [119037] = true, [119040] = true, @@ -356,6 +415,13 @@ [123857] = true, [123858] = true, [123975] = true, + [127831] = true, + [127853] = true, + [127854] = true, + [127855] = true, + [128391] = true, + [128472] = true, + [128473] = true, } for key, value in next, private.DELAYED_CONTAINER_SPELL_ID_TO_ITEM_ID_MAP do private.CONTAINER_ITEM_ID_LIST[value] = false