comparison Constants.lua @ 177:2fdc940c1748

Added support for recording Raid Finder boss loot.
author James D. Callahan III <jcallahan@curse.com>
date Sat, 03 Nov 2012 16:39:07 -0500
parents e2331b00a1cf
children 28f625161b23
comparison
equal deleted inserted replaced
176:48b43068e2e0 177:2fdc940c1748
89 PICK_POCKET = AF.NPC, 89 PICK_POCKET = AF.NPC,
90 PROSPECTING = AF.ITEM, 90 PROSPECTING = AF.ITEM,
91 SEARCHING_FOR_ARTIFACTS = AF.OBJECT, 91 SEARCHING_FOR_ARTIFACTS = AF.OBJECT,
92 SKINNING = AF.NPC, 92 SKINNING = AF.NPC,
93 } 93 }
94
95 private.RAID_FINDER_BOSS_IDS = {
96 [59915] = true, -- Jasper Guardian
97 [60009] = true, -- Feng the Accursed
98 [60043] = true, -- Jade Guardian
99 [60047] = true, -- Amethyst Guardian
100 [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
106 [60399] = true, -- Qin-xi
107 [60410] = true, -- Elegon
108 [60701] = true, -- Zian of the Endless Shadow
109 [62164] = true, -- Garalon
110 [62397] = true, -- Wind Lord Mel'jarak
111 [62442] = true, -- Tsulong
112 [62511] = true, -- Amber-Shaper Un'sok
113 [62543] = true, -- Blade Lord Ta'yak
114 [62837] = true, -- Grand Empress Shek'zeer
115 [62980] = true, -- Imperial Vizier Zor'lok
116 [62983] = true, -- Lei Shi
117 }