Skip to content

Commit

Permalink
Spell: Fix knock away scripts for threat reduction
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Dec 30, 2024
1 parent 22dd2eb commit 20b5788
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/game/Spells/SpellEffects.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5871,12 +5871,16 @@ void Spell::EffectScriptEffect(SpellEffectIndex eff_idx)
case 18945:
case 19633:
case 20686:
case 22920:
case 23382:
case 25778:
case 30013:
case 30121: // Forceful Howl - Plagued Deathhound
case 31389: // Knock Away
case 32077: // Boglord Bash
case 32959: // Knock Away
case 37102:
case 37317:
case 37597: // Meat Slap
case 40486: // Eject - Bloodboil
{
Expand Down

0 comments on commit 20b5788

Please sign in to comment.