Skip to content

Commit

Permalink
ICC-LDW: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanquar authored Nov 4, 2023
1 parent 09dba41 commit eb9bc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DBM-Icecrown/TheLowerSpire/Deathwhisper.lua
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ function mod:SPELL_CAST_SUCCESS(args)
DBM:Debug("Unequipping", 2)
end
end
if args:IsSpellId(72905, 72906, 72907, 72908) then -- Frostbolt Volley
if args:IsSpellID(72905, 72906, 72907, 72908) then -- Frostbolt Volley
timerFrostboltVolleyCD:Start()
end
elseif spellId == 71204 then -- Touch of Insignificance
Expand Down

0 comments on commit eb9bc7d

Please sign in to comment.