From 3c85f1dfa29da9c9e3958512a55f52dbde077be8 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Thu, 19 Jun 2014 14:20:58 +0200 Subject: [PATCH] Galakras can go suck it! Further improves #8 --- Encounters.lua | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Encounters.lua b/Encounters.lua index 6cbae2a..3bc64c8 100644 --- a/Encounters.lua +++ b/Encounters.lua @@ -55,7 +55,7 @@ local encounters = { [145910] = 849, -- The Fallen Protectors [145911] = 866, -- Norushen [145912] = 867, -- Sha of Pride - [145913] = 881, -- Galakras + -- See below for Galakras [145914] = 864, -- Iron Juggernaut [145915] = 856, -- Kor'kron Dark Shaman [145916] = 850, -- General Nazgrim @@ -70,3 +70,8 @@ local encounters = { function ns.GetEncounterID(spellID) return encounters[spellID] end + +-- Galakras is all kinds of weird, the encounterID is different for some people +-- Grab the encounterID manually for him +EJ_SelectInstance(369) +encounters[145913] = select(3, EJ_GetEncounterInfoByIndex(5)) -- 1.7.9.5