Skip to content

Commit

Permalink
Warmane-TowerDefense: add default countdown to Tail Sweep
Browse files Browse the repository at this point in the history
  • Loading branch information
Zidras committed Jan 3, 2025
1 parent f612a90 commit 2fecb21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DBM-WorldEvents/WarmaneEvents/TowerDefense.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local mod = DBM:NewMod("WarmaneTowerDefense", "DBM-WorldEvents", 2)
local L = mod:GetLocalizedStrings()

mod:SetRevision("20250103205728")
mod:SetRevision("20250103210548")
mod:SetUsedIcons(1, 2, 3, 4, 5)
mod:SetHotfixNoticeRev(20241231000000)
mod.noStatistics = true -- needed to avoid Start/End chat messages, as well as other interactions not really suited for this event (wave based)
Expand Down Expand Up @@ -42,7 +42,7 @@ local specWarnHandOfProtectionDispel= mod:NewSpecialWarningDispel(66009, "Immuni
mod:AddTimerLine(BOSSES)
-- Dragons
mod:AddTimerLine("Dragons")
local timerTailSweep = mod:NewVarTimer("v15-20", 15847, nil, nil, nil, 2) -- 5s variance [15-20] (Lordaeron Horde [2024-12-27]@[13:17:37]) - "Tail Sweep-15847-npc:6836-432 = pull:1152.8, 18.2, 16.3, 18.7, 16.7, 16.3, 16.3, 17.3, 19.6, 16.4"
local timerTailSweep = mod:NewVarTimer("v15-20", 15847, nil, nil, nil, 2, nil, DBM_COMMON_L.DEADLY_ICON, nil, 1, 2) -- 5s variance [15-20] (Lordaeron Horde [2024-12-27]@[13:17:37]) - "Tail Sweep-15847-npc:6836-432 = pull:1152.8, 18.2, 16.3, 18.7, 16.7, 16.3, 16.3, 17.3, 19.6, 16.4"

-- Azuregos (400052)
mod:AddTimerLine("Azuregos")
Expand Down

0 comments on commit 2fecb21

Please sign in to comment.