From eb9bc7dfa0168e7199966749a033eb42ec83087e Mon Sep 17 00:00:00 2001 From: Fanquar <41789276+Fanquar@users.noreply.github.com> Date: Sat, 4 Nov 2023 20:22:23 +0100 Subject: [PATCH] ICC-LDW: fix typo --- DBM-Icecrown/TheLowerSpire/Deathwhisper.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DBM-Icecrown/TheLowerSpire/Deathwhisper.lua b/DBM-Icecrown/TheLowerSpire/Deathwhisper.lua index 1b49e4d5..7dd0b273 100644 --- a/DBM-Icecrown/TheLowerSpire/Deathwhisper.lua +++ b/DBM-Icecrown/TheLowerSpire/Deathwhisper.lua @@ -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