diff options
author | QAston <none@none> | 2009-06-14 23:01:16 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-06-14 23:01:16 +0200 |
commit | 54eb0096fda52d62956e9a2d280f6331c68fa2e4 (patch) | |
tree | 6923fefa3bacb25b8a84ad108e7c2acf4b77c64c /src/game/SpellMgr.cpp | |
parent | fba984f404adbb6f692fefedc3ddc39a6c1696ce (diff) |
*Fix Icy Talons and their improved version.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellMgr.cpp')
-rw-r--r-- | src/game/SpellMgr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 98c64dac31c..14f7033cfc6 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -3354,6 +3354,7 @@ void SpellMgr::LoadSpellCustomAttr() //mSpellCustomAttr[i] |= SPELL_ATTR_CU_EXCLUDE_SELF; //break; case 27820: // Mana Detonation + case 55789: // Improved Icy Talons //case 28062: case 39090: // Positive/Negative Charge //case 28085: case 39093: mSpellCustomAttr[i] |= SPELL_ATTR_CU_EXCLUDE_SELF; |