Merge pull request #17226 from SnapperRy/client_crash_fix

Core/Spells: fix client crash caused by pressing ESC after using spel…
This commit is contained in:
Kittnz
2016-05-30 16:20:32 +02:00

View File

@@ -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;