Skip to content

Commit

Permalink
elseif
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanquar authored Nov 5, 2023
1 parent eb9bc7d commit e7f68bd
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
elseif 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 e7f68bd

Please sign in to comment.