- Added encounter ID for Grong horde version inside the parser encounter rules.

This commit is contained in:
Tercioo
2019-01-30 17:35:46 -02:00
parent e434a1a0c1
commit a4833f966b
+1 -1
View File
@@ -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