diff options
| author | Shauren <shauren.trinity@gmail.com> | 2016-06-13 22:02:44 +0200 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-01-13 01:01:09 +0100 |
| commit | bf00ae90b6a539e06fab47b20158f732ae1d82e7 (patch) | |
| tree | c3b9496083f62efc731f7a816256004bc713473a /src/server/game/Spells/SpellMgr.cpp | |
| parent | de0acec48a973444c74b0a97a3765997851558a8 (diff) | |
Core/Spells: Fixed all cases of spells that crash the client when pressing ESC after being cast
(cherry picked from commit f765e8eb73a7eea550d6059f63327ae2f4ac7a14)
Diffstat (limited to 'src/server/game/Spells/SpellMgr.cpp')
| -rw-r--r-- | src/server/game/Spells/SpellMgr.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index 4a9b12a1b03..9998713f654 100644 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -3442,12 +3442,6 @@ void SpellMgr::LoadSpellInfoCorrections() case 49376: // Feral Charge (Cat Form) spellInfo->AttributesEx3 &= ~SPELL_ATTR3_CANT_TRIGGER_PROC; break; - case 45257: // Using Steam Tonk Controller - case 45440: // Steam Tonk Controller - case 60256: // Collect Sample - // Crashes client on pressing ESC - spellInfo->AttributesEx4 &= ~SPELL_ATTR4_CAN_CAST_WHILE_CASTING; - break; case 96942: // Gaze of Occu'thar spellInfo->AttributesEx &= ~SPELL_ATTR1_CHANNELED_1; break; |
