- Encounter updates and framework fixes.

This commit is contained in:
Tercioo
2019-01-22 14:28:29 -02:00
parent d5773d1583
commit 9301c993ca
4 changed files with 12 additions and 4 deletions
+9 -1
View File
@@ -204,6 +204,8 @@
local SPELLNAME_BLOODSHIELD = GetSpellInfo (263217)
--> unliving Bwonsamdi
local SPELLNAME_UNLIVING = GetSpellInfo (284377)
--> discharge apetagonizer core
local SPELLNAME_GRONG_CORE = GetSpellInfo (285660)
--> spells with special treatment
local special_damage_spells = {
@@ -424,7 +426,13 @@
--end
--rules of specific encounters
if (_current_encounter_id == 2272) then --king rastakhan --REMOVE ON 9.0 LAUNCH
if (_current_encounter_id == 2263) then --grong --REMOVE ON 9.0 LAUNCH
if (spellid == 285660 or spellname == SPELLNAME_GRONG_CORE) then
return
end
elseif (_current_encounter_id == 2272) then --king rastakhan --REMOVE ON 9.0 LAUNCH
if (alvo_serial) then
local npcid = _select (6, _strsplit ("-", alvo_serial))
if (npcid == "145644") then --Bwonsamdi