comparison Constants.lua @ 244:3b4716142d2f

Added new Raid Finder Boss IDs and new World Boss IDs.
author James D. Callahan III <jcallahan@curse.com>
date Mon, 11 Mar 2013 09:03:03 -0500
parents 83fdf52f0310
children 3fe3e55c327e
comparison
equal deleted inserted replaced
243:d7ed64be54b8 244:3b4716142d2f
91 SEARCHING_FOR_ARTIFACTS = AF.OBJECT, 91 SEARCHING_FOR_ARTIFACTS = AF.OBJECT,
92 SKINNING = AF.NPC, 92 SKINNING = AF.NPC,
93 } 93 }
94 94
95 private.RAID_FINDER_BOSS_IDS = { 95 private.RAID_FINDER_BOSS_IDS = {
96 -----------------------------------------------------------------------
97 -- Mogu'shan Vaults
98 -----------------------------------------------------------------------
96 [59915] = true, -- Jasper Guardian 99 [59915] = true, -- Jasper Guardian
97 [60009] = true, -- Feng the Accursed 100 [60009] = true, -- Feng the Accursed
98 [60043] = true, -- Jade Guardian 101 [60043] = true, -- Jade Guardian
99 [60047] = true, -- Amethyst Guardian 102 [60047] = true, -- Amethyst Guardian
100 [60051] = true, -- Cobalt Guardian 103 [60051] = true, -- Cobalt Guardian
101 [60583] = true, -- Protector Kaolan
102 [60585] = true, -- Elder Regail
103 [60586] = true, -- Elder Asani
104 [60999] = true, -- Sha of Fear
105 [60143] = true, -- Gara'jal the Spiritbinder 104 [60143] = true, -- Gara'jal the Spiritbinder
106 [60399] = true, -- Qin-xi 105 [60399] = true, -- Qin-xi
107 [60400] = true, -- Jan-xi 106 [60400] = true, -- Jan-xi
108 [60410] = true, -- Elegon 107 [60410] = true, -- Elegon
109 [60701] = true, -- Zian of the Endless Shadow 108 [60701] = true, -- Zian of the Endless Shadow
110 [60708] = true, -- Meng the Demented 109 [60708] = true, -- Meng the Demented
111 [60709] = true, -- Qiang the Merciless 110 [60709] = true, -- Qiang the Merciless
112 [60710] = true, -- Subetai the Swift 111 [60710] = true, -- Subetai the Swift
112
113 -----------------------------------------------------------------------
114 -- Terrace of Endless Spring
115 -----------------------------------------------------------------------
116 [60583] = true, -- Protector Kaolan
117 [60585] = true, -- Elder Regail
118 [60586] = true, -- Elder Asani
119 [60999] = true, -- Sha of Fear
120 [62442] = true, -- Tsulong
121 [62983] = true, -- Lei Shi
122
123 -----------------------------------------------------------------------
124 -- Heart of Fear
125 -----------------------------------------------------------------------
113 [62164] = true, -- Garalon 126 [62164] = true, -- Garalon
114 [62397] = true, -- Wind Lord Mel'jarak 127 [62397] = true, -- Wind Lord Mel'jarak
115 [62442] = true, -- Tsulong
116 [62511] = true, -- Amber-Shaper Un'sok 128 [62511] = true, -- Amber-Shaper Un'sok
117 [62543] = true, -- Blade Lord Ta'yak 129 [62543] = true, -- Blade Lord Ta'yak
118 [62837] = true, -- Grand Empress Shek'zeer 130 [62837] = true, -- Grand Empress Shek'zeer
119 [62980] = true, -- Imperial Vizier Zor'lok 131 [62980] = true, -- Imperial Vizier Zor'lok
120 [62983] = true, -- Lei Shi 132
133 -----------------------------------------------------------------------
134 -- Throne of Thunder
135 -----------------------------------------------------------------------
136 [69465] = true, -- Jin'rokh the Breaker
137 [68476] = true, -- Horridon
138 [69078] = true, -- Sul the Sandcrawler
139 [69131] = true, -- Frost King Malakk
140 [69132] = true, -- High Priestess Mar'li
141 [69134] = true, -- Kazra'jin
142 [67977] = true, -- Tortos
143 [70212] = true, -- Flaming Head (of Megaera)
144 [70235] = true, -- Frozen Head (of Megaera)
145 [70247] = true, -- Venomous Head (of Megaera)
146 [69712] = true, -- Ji-kun
147 [68036] = true, -- Durumu
148 [69017] = true, -- Primordius
149 [69427] = true, -- Dark Animus
150 [68078] = true, -- Iron Qon
151 [68904] = true, -- Suen
152 [68905] = true, -- Lu'lin
153 [68397] = true, -- Lei Shen
121 } 154 }
155
122 156
123 private.WORLD_BOSS_IDS = { 157 private.WORLD_BOSS_IDS = {
124 [60491] = true, -- Sha of Anger 158 [60491] = true, -- Sha of Anger
125 [62346] = true, -- Galleon 159 [62346] = true, -- Galleon
160 [69099] = true, -- Nalak
161 [69161] = true, -- Oondasta
126 } 162 }