Skip to content

Commit

Permalink
Add missed Deafening Howl spellID (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
QartemisT authored Feb 23, 2021
1 parent 7090ee4 commit 842885b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DBM-Challenges/Shadowlands/Torghast.lua
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ function mod:SPELL_CAST_START(args)
elseif spellId == 329909 and self:AntiSpam(4, 1) then
specWarnCrushingStomp:Show()
specWarnCrushingStomp:Play("justrun")
elseif spellId == 296523 and self:AntiSpam(4, 5) then
elseif (spellId == 296523 or spellId == 318995) and self:AntiSpam(4, 5) then
specWarnDeafeningHowl:Show()
specWarnDeafeningHowl:Play("stopcast")
elseif spellId == 288210 and self:CheckInterruptFilter(args.sourceGUID, false, true) then
Expand Down

0 comments on commit 842885b

Please sign in to comment.