Skip to content

Commit

Permalink
update objects
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Jan 15, 2024
1 parent 6950770 commit 1fae530
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DBM-Raids-BfA/Nyalotha/IlgynothCorruptionReborn.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion DBM-Raids-BfA/Nyalotha/TheProphetSkitra.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1fae530

Please sign in to comment.