diff options
author | Snapper <snapperryen@gmail.com> | 2016-05-30 12:21:36 +0200 |
---|---|---|
committer | Snapper <snapperryen@gmail.com> | 2016-05-30 12:21:36 +0200 |
commit | 07a8a35a46ebedecaef4a718206f14b29c99a3d6 (patch) | |
tree | 0f11d26c1487f1ad5a6d3e7315621c6231c53bd8 | |
parent | 291a26401360abbee575224fd47f01f8b217028c (diff) |
Core/Spells: fix client crash caused by pressing ESC after using spells Neural Needle and Flaming Arrow.
-rw-r--r-- | src/server/game/Spells/SpellMgr.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index 56042e05257..70eb7ad76bf 100644 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -3750,6 +3750,8 @@ void SpellMgr::LoadSpellInfoCorrections() case 45257: // Using Steam Tonk Controller case 45440: // Steam Tonk Controller case 60256: // Collect Sample + case 45634: // Neural Needle + case 54897: // Flaming Arrow // Crashes client on pressing ESC spellInfo->AttributesEx4 &= ~SPELL_ATTR4_CAN_CAST_WHILE_CASTING; break; |