From a0b5b3e54b92033f40c59ec06d89b612af5af05e Mon Sep 17 00:00:00 2001 From: MysticalOS Date: Tue, 20 Dec 2022 04:34:07 -0500 Subject: [PATCH] Fix invalid spellid on Hymdall --- DBM-Party-Legion/HallsOfValor/Hymdall.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DBM-Party-Legion/HallsOfValor/Hymdall.lua b/DBM-Party-Legion/HallsOfValor/Hymdall.lua index 22fc873a..346c1028 100644 --- a/DBM-Party-Legion/HallsOfValor/Hymdall.lua +++ b/DBM-Party-Legion/HallsOfValor/Hymdall.lua @@ -20,7 +20,7 @@ mod:RegisterEventsInCombat( or ability.id = 188404 and type = "cast" or type = "dungeonencounterstart" or type = "dungeonencounterend" --]] -local warnBreath = mod:NewCountAnnounce(193235, 4) +local warnBreath = mod:NewCountAnnounce(188404, 4) local warnDancingBlade = mod:NewCountAnnounce(193235, 3) local warnSweep = mod:NewSpellAnnounce(193092, 2, nil, "Tank") @@ -31,7 +31,7 @@ local specWarnDancingBlade = mod:NewSpecialWarningGTFO(193235, nil, nil, nil, local timerSweepCD = mod:NewCDTimer(16.9, 193092, nil, "Tank", nil, 5, nil, DBM_COMMON_L.TANK_ICON) local timerDancingBladeCD = mod:NewCDTimer(10, 193235, nil, nil, nil, 3) local timerHornCD = mod:NewCDTimer(43.8, 191284, nil, nil, nil, 2) -local timerBreathCast = mod:NewCastCountTimer(43.8, 191284, nil, nil, nil, 3) +local timerBreathCast = mod:NewCastCountTimer(43.8, 188404, nil, nil, nil, 3) mod.vb.bladeCount = 0 mod.vb.breathCount = 0