Skip to content

Commit

Permalink
Fix invalid spellid on Hymdall
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Dec 20, 2022
1 parent f25f672 commit a0b5b3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DBM-Party-Legion/HallsOfValor/Hymdall.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand All @@ -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
Expand Down

0 comments on commit a0b5b3e

Please sign in to comment.