aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells/SpellMgr.cpp
diff options
context:
space:
mode:
authormik1893 <michele.roscelli@gmail.com>2016-06-14 20:06:00 +0100
committerGitHub <noreply@github.com>2016-06-14 20:06:00 +0100
commitfd88a67182b4915a702118151b1a1c6c87fe9ead (patch)
treeb6c3ef3b06730ae0e10e60c13fb0f098cdbc63de /src/server/game/Spells/SpellMgr.cpp
parentd1d0c64ad11cb3faf986a5332fec6b704fb8026c (diff)
Core/Spells: Implement SPELL_ATTR7_INTERRUPT_ONLY_NONPLAYER (#17160)
* Core/Spells: Implement SPELL_ATTR7_INTERRUPT_ONLY_NONPLAYER Closes #14972
Diffstat (limited to 'src/server/game/Spells/SpellMgr.cpp')
-rw-r--r--src/server/game/Spells/SpellMgr.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp
index 8a22898e326..8ea3a59c3e8 100644
--- a/src/server/game/Spells/SpellMgr.cpp
+++ b/src/server/game/Spells/SpellMgr.cpp
@@ -3338,6 +3338,13 @@ void SpellMgr::LoadSpellInfoCorrections()
//! HACK: This spell break quest complete for alliance and on retail not used °_O
spellInfo->Effects[EFFECT_0].Effect = 0;
break;
+ case 47476: // Deathknight - Strangulate
+ case 15487: // Priest - Silence
+ case 5211: // Druid - Bash - R1
+ case 6798: // Druid - Bash - R2
+ case 8983: // Druid - Bash - R3
+ spellInfo->AttributesEx7 |= SPELL_ATTR7_INTERRUPT_ONLY_NONPLAYER;
+ break;
// VIOLET HOLD SPELLS
//
case 54258: // Water Globule (Ichoron)