From 4c90b8f21e454048cd92be05d5127e87e8ddfcd5 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Sun, 6 Jul 2014 18:12:40 +0200 Subject: [PATCH] The celestial bosses share a spellID and loot table, point to the first one --- encounters/Pandaria.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/encounters/Pandaria.lua b/encounters/Pandaria.lua index 8370a05..d61bdb9 100644 --- a/encounters/Pandaria.lua +++ b/encounters/Pandaria.lua @@ -1,3 +1,4 @@ + local encounterIDs = select(2, ...) for spellID, encounterID in pairs({ @@ -6,9 +7,7 @@ for spellID, encounterID in pairs({ [132206] = 725, -- Salyis' Warband [136381] = 814, -- Nalak, The Storm God [137554] = 826, -- Oondasta - [148317] = 857, -- Chi-Ji, The Red Crane - [148317] = 858, -- Yu'lon, The Jade Serpent - [148317] = 859, -- Niuzao, The Black Ox + [148317] = 857, -- Celestials (also encounterIDs 858, 859 and 860) [148317] = 860, -- Xuen, The White Tiger [148316] = 861, -- Ordos, Fire-God of the Yaungol -- 1.7.9.5