diff options
author | Kittnz <Kittnz@users.noreply.github.com> | 2016-05-30 16:20:32 +0200 |
---|---|---|
committer | Kittnz <Kittnz@users.noreply.github.com> | 2016-05-30 16:20:32 +0200 |
commit | f8064a549d1bf7e12a99066d1df35bc301805685 (patch) | |
tree | 902e759584649e4a8f55e045d743ac5ad8e458a3 /src | |
parent | a481dd3707bece63de7a24baf70e9c16bd42345b (diff) | |
parent | 07a8a35a46ebedecaef4a718206f14b29c99a3d6 (diff) |
Merge pull request #17226 from SnapperRy/client_crash_fix
Core/Spells: fix client crash caused by pressing ESC after using spel…
Diffstat (limited to 'src')
-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; |