From bf00ae90b6a539e06fab47b20158f732ae1d82e7 Mon Sep 17 00:00:00 2001 From: Shauren Date: Mon, 13 Jun 2016 22:02:44 +0200 Subject: Core/Spells: Fixed all cases of spells that crash the client when pressing ESC after being cast (cherry picked from commit f765e8eb73a7eea550d6059f63327ae2f4ac7a14) --- src/server/game/Spells/SpellMgr.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/server/game/Spells/SpellMgr.cpp') 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; -- cgit v1.2.3