Skip to content

Commit

Permalink
ICC-LK: adjust Defile Soon on Phase 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Zidras committed Aug 16, 2024
1 parent 0cd3761 commit 92ab6d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DBM-Icecrown/TheFrozenThrone/LichKing.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local L = mod:GetLocalizedStrings()
local UnitGUID, UnitName, GetSpellInfo = UnitGUID, UnitName, GetSpellInfo
local UnitInRange, UnitIsUnit, UnitInVehicle, IsInRaid = UnitInRange, UnitIsUnit, UnitInVehicle, DBM.IsInRaid

mod:SetRevision("20240816133119")
mod:SetRevision("20240816163850")
mod:SetCreatureID(36597)
mod:SetUsedIcons(1, 2, 3, 4, 5, 6, 7)
mod:SetHotfixNoticeRev(20240220000000)
Expand Down Expand Up @@ -309,9 +309,9 @@ local function NextPhase(self, delay)
timerSoulreaperCD:Start(37.5, self.vb.soulReaperCount+1)
soundSoulReaperSoon:Schedule(37.5-2.5, "Interface\\AddOns\\DBM-Core\\sounds\\RaidAbilities\\soulreaperSoon.mp3")
timerDefileCD:Start(nil, self.vb.defileCount+1)
warnDefileSoon:Schedule(32-5, self.vb.defileCount+1)
warnDefileSoon:ScheduleVoice(32-5, "scatter")
timerHarvestSoulCD:Start(13.6) -- REVIEW! variance? (25H Lordaeron 2022/10/21 || 25H Lordaeron 2022/11/16) - 13.6 || 14.0
warnDefileSoon:Schedule(30, self.vb.defileCount+1)
warnDefileSoon:ScheduleVoice(30, "scatter")
-- if self:IsHeroic() then
-- self:RegisterShortTermEvents(
-- "ZONE_CHANGED"
Expand Down

0 comments on commit 92ab6d8

Please sign in to comment.