diff options
| author | QAston <none@none> | 2010-08-19 14:31:31 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2010-08-19 14:31:31 +0200 |
| commit | 30bcf8c659341e0d610fcbf6f5fbb8cbf32551d2 (patch) | |
| tree | 77fb99b60b798cf358d296e3dadce1811d6c6f73 /src/server/game/Spells/SpellMgr.cpp | |
| parent | d4605c5f7f5bf1a0283d7d58a137e505315c9554 (diff) | |
Scripts/Spell: extend SpellScript class: add target aura accessors and functions which prevent various effects of the spell from being executed. Check out SpellScript.h for details
--HG--
branch : trunk
Diffstat (limited to 'src/server/game/Spells/SpellMgr.cpp')
| -rw-r--r-- | src/server/game/Spells/SpellMgr.cpp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index 08d5b673366..43599c40ca2 100644 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -3856,15 +3856,16 @@ void SpellMgr::LoadSpellCustomAttr() case 18500: // Wing Buffet case 33086: // Wild Bite case 49749: // Piercing Blow + case 52890: // Penetrating Strike case 53454: // Impale case 59446: // Impale case 62383: // Shatter 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 65919: // Impale + case 67858: // Impale + case 67859: // Impale + case 67860: // Impale case 69293: // Wing Buffet case 74439: // Machine Gun mSpellCustomAttr[i] |= SPELL_ATTR_CU_IGNORE_ARMOR; |
