From a4833f966b62bbd27698c41c43a0ed40b539c4ed Mon Sep 17 00:00:00 2001 From: Tercioo Date: Wed, 30 Jan 2019 17:35:46 -0200 Subject: [PATCH] - Added encounter ID for Grong horde version inside the parser encounter rules. --- core/parser.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/parser.lua b/core/parser.lua index 770a97d5..e7d03576 100644 --- a/core/parser.lua +++ b/core/parser.lua @@ -428,7 +428,7 @@ --rules of specific encounters - if (_current_encounter_id == 2263) then --grong --REMOVE ON 9.0 LAUNCH + if (_current_encounter_id == 2263 or _current_encounter_id == 2284) then --grong --REMOVE ON 9.0 LAUNCH if (spellid == 285660 or spellname == SPELLNAME_GRONG_CORE or spellid == 286435 or spellname == SPELLNAME_GRONG_CORE_ALLIANCE) then return end