diff 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
line wrap: on
line diff
--- a/Constants.lua	Thu Nov 01 14:46:27 2012 -0500
+++ b/Constants.lua	Sat Nov 03 16:39:07 2012 -0500
@@ -91,3 +91,27 @@
     SEARCHING_FOR_ARTIFACTS = AF.OBJECT,
     SKINNING = AF.NPC,
 }
+
+private.RAID_FINDER_BOSS_IDS = {
+    [59915] = true, -- Jasper Guardian
+    [60009] = true, -- Feng the Accursed
+    [60043] = true, -- Jade Guardian
+    [60047] = true, -- Amethyst Guardian
+    [60051] = true, -- Cobalt Guardian
+    [60583] = true, -- Protector Kaolan
+    [60585] = true, -- Elder Regail
+    [60586] = true, -- Elder Asani
+    [60999] = true, -- Sha of Fear
+    [60143] = true, -- Gara'jal the Spiritbinder
+    [60399] = true, -- Qin-xi
+    [60410] = true, -- Elegon
+    [60701] = true, -- Zian of the Endless Shadow
+    [62164] = true, -- Garalon
+    [62397] = true, -- Wind Lord Mel'jarak
+    [62442] = true, -- Tsulong
+    [62511] = true, -- Amber-Shaper Un'sok
+    [62543] = true, -- Blade Lord Ta'yak
+    [62837] = true, -- Grand Empress Shek'zeer
+    [62980] = true, -- Imperial Vizier Zor'lok
+    [62983] = true, -- Lei Shi
+}