comparison Constants.lua @ 330:267e7100407c WoD

Misc WoD fixes, including 'region' support, many WoD loot containers, and changed 1/0 flags to booleans. Also bumped TOC.
author MMOSimca <MMOSimca@gmail.com>
date Fri, 22 Aug 2014 03:45:27 -0400
parents 84817627cb22
children cba0e57a71b7
comparison
equal deleted inserted replaced
329:84817627cb22 330:267e7100407c
14 14
15 ----------------------------------------------------------------------- 15 -----------------------------------------------------------------------
16 -- Constants. 16 -- Constants.
17 ----------------------------------------------------------------------- 17 -----------------------------------------------------------------------
18 private.wow_version, private.build_num = _G.GetBuildInfo() 18 private.wow_version, private.build_num = _G.GetBuildInfo()
19 private.region = GetCVar("portal"):sub(0,2):upper()
20 -- PTR/Beta return "public-test", but they are properly called "XX"
21 if private.region == "PU" then private.region = "XX" end
19 22
20 private.UNIT_TYPES = { 23 private.UNIT_TYPES = {
21 PLAYER = "Player", 24 PLAYER = "Player",
22 OBJECT = "GameObject", 25 OBJECT = "GameObject",
23 UNKNOWN = "Unknown", 26 UNKNOWN = "Unknown",
103 SKINNING = AF.NPC, 106 SKINNING = AF.NPC,
104 } 107 }
105 108
106 private.LOOT_SPELL_ID_TO_ITEM_ID_MAP = { 109 private.LOOT_SPELL_ID_TO_ITEM_ID_MAP = {
107 [142397] = 98134, -- Heroic Cache of Treasures 110 [142397] = 98134, -- Heroic Cache of Treasures
111 [142901] = 98546, -- Bulging Heroic Cache of Treasures
108 [143506] = 98095, -- Brawler's Pet Supplies 112 [143506] = 98095, -- Brawler's Pet Supplies
109 [143507] = 94207, -- Fabled Pandaren Pet Supplies 113 [143507] = 94207, -- Fabled Pandaren Pet Supplies
110 [143508] = 89125, -- Sack of Pet Supplies 114 [143508] = 89125, -- Sack of Pet Supplies
111 [143509] = 93146, -- Pandaren Spirit Pet Supplies 115 [143509] = 93146, -- Pandaren Spirit Pet Supplies
112 [143510] = 93147, -- Pandaren Spirit Pet Supplies 116 [143510] = 93147, -- Pandaren Spirit Pet Supplies
114 [143512] = 93148, -- Pandaren Spirit Pet Supplies 118 [143512] = 93148, -- Pandaren Spirit Pet Supplies
115 [146885] = 103535, -- Bulging Bag of Charms 119 [146885] = 103535, -- Bulging Bag of Charms
116 [147598] = 104014, -- Pouch of Timeless Coins 120 [147598] = 104014, -- Pouch of Timeless Coins
117 [149222] = 105911, -- Pouch of Enduring Wisdom 121 [149222] = 105911, -- Pouch of Enduring Wisdom
118 [149223] = 105912, -- Oversized Pouch of Enduring Wisdom 122 [149223] = 105912, -- Oversized Pouch of Enduring Wisdom
123 [168178] = 114116, -- Bag of Salvaged Goods
124 [168179] = 114119, -- Heafty Salvaged Crate
125 [168180] = 114120, -- Lofty Salvaged Chest
126 [171513] = 116414, -- Pet Supplies
127 [175767] = 118697, -- Big Bag of Pet Supplies
119 } 128 }
120 129
121 private.RAID_FINDER_BOSS_IDS = { 130 private.RAID_FINDER_BOSS_IDS = {
122 ----------------------------------------------------------------------- 131 -----------------------------------------------------------------------
123 -- Mogu'shan Vaults 132 -- Mogu'shan Vaults