diff --git a/DBM-Raids-BfA/Nyalotha/IlgynothCorruptionReborn.lua b/DBM-Raids-BfA/Nyalotha/IlgynothCorruptionReborn.lua index 9b61498..453a6ca 100644 --- a/DBM-Raids-BfA/Nyalotha/IlgynothCorruptionReborn.lua +++ b/DBM-Raids-BfA/Nyalotha/IlgynothCorruptionReborn.lua @@ -6,7 +6,7 @@ mod:SetCreatureID(158328) mod:SetEncounterID(2345) mod:SetUsedIcons(1, 2, 3, 4, 5, 6, 7, 8) mod:SetBossHPInfoToHighest() -mod.noBossDeathKill = true--Instructs mod to ignore 158328 deaths, since it might die 4x on this fight +mod:DisableBossDeathKill() mod:SetHotfixNoticeRev(20200130000000)--2020, 1, 30 --mod:SetMinSyncRevision(20190716000000) mod.respawnTime = 29 diff --git a/DBM-Raids-BfA/Nyalotha/TheProphetSkitra.lua b/DBM-Raids-BfA/Nyalotha/TheProphetSkitra.lua index d7356e3..4313633 100644 --- a/DBM-Raids-BfA/Nyalotha/TheProphetSkitra.lua +++ b/DBM-Raids-BfA/Nyalotha/TheProphetSkitra.lua @@ -6,7 +6,7 @@ mod:SetCreatureID(157620) mod:SetEncounterID(2334) mod:SetUsedIcons(1, 2, 3) mod:SetBossHPInfoToHighest()--Must set boss HP to highest, since boss health will get screwed up during images phase -mod.noBossDeathKill = true--Killing an image in image phase fires unit Died for boss creature ID, so must filter this +mod:DisableBossDeathKill()--Killing an image in image phase fires unit Died for boss creature ID, so must filter this mod:SetHotfixNoticeRev(20191109000000)--2019, 11, 09 mod:SetMinSyncRevision(20190918000000)--2019, 9, 18 --mod.respawnTime = 29