aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Holiver <none@none>2010-08-18 15:21:24 -0300
committerJohn Holiver <none@none>2010-08-18 15:21:24 -0300
commit8bf208c0fd6b230ef4ee831cbb813fc92c3e21b2 (patch)
treea99907dee10219355d0ad9565fbce9c7e00f350d /src
parentd845a903b10b0788b03131a0cb1a2e72f55adc07 (diff)
Core/Spells: SPELL_ATTR_CU_IGNORE_ARMOR to Impale(65919) several difficulties
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/server/game/Spells/SpellMgr.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp
index 5dc28c3e571..08d5b673366 100644
--- a/src/server/game/Spells/SpellMgr.cpp
+++ b/src/server/game/Spells/SpellMgr.cpp
@@ -3862,6 +3862,9 @@ void SpellMgr::LoadSpellCustomAttr()
case 64777: // Machine Gun
case 65239: // Machine Gun
case 65919: // Pursuing Spikes
+ case 67858: // Pursuing Spikes
+ case 67859: // Pursuing Spikes
+ case 67860: // Pursuing Spikes
case 69293: // Wing Buffet
case 74439: // Machine Gun
mSpellCustomAttr[i] |= SPELL_ATTR_CU_IGNORE_ARMOR;