comparison Constants.lua @ 422:063309f31455

Fixed typo preventing the recording of Garrison Cache object data.
author MMOSimca <MMOSimca@gmail.com>
date Wed, 07 Jan 2015 17:21:50 -0500
parents 9c964e2d6971
children de0795cfbe56
comparison
equal deleted inserted replaced
421:b2cfa966277f 422:063309f31455
30 private.GARRISON_CACHE_OBJECT_NAME_TO_OBJECT_ID_MAP = { 30 private.GARRISON_CACHE_OBJECT_NAME_TO_OBJECT_ID_MAP = {
31 ["Garrison Cache"] = 236916, 31 ["Garrison Cache"] = 236916,
32 ["Full Garrison Cache"] = 237722, 32 ["Full Garrison Cache"] = 237722,
33 ["Hefty Garrison Cache"] = 237723, 33 ["Hefty Garrison Cache"] = 237723,
34 } 34 }
35 private.GARRISON_CACHE_LOOT_SOURCE_ID = 10
36 35
37 -- Mapping of items that, when right-clicked, fire a spell (which can fail, so we have to check success). 36 -- Mapping of items that, when right-clicked, fire a spell (which can fail, so we have to check success).
38 -- They reward loot via loot toast popups upon completion of that spell. 37 -- They reward loot via loot toast popups upon completion of that spell.
39 -- SHOW_LOOT_TOAST can be used to track loot. 38 -- SHOW_LOOT_TOAST can be used to track loot.
40 private.LOOT_TOAST_CONTAINER_SPELL_ID_TO_ITEM_ID_MAP = { 39 private.LOOT_TOAST_CONTAINER_SPELL_ID_TO_ITEM_ID_MAP = {