Core/Spells: fix client crash caused by pressing ESC after using spells Neural Needle and Flaming Arrow.

This commit is contained in:
Snapper
2016-05-30 12:21:36 +02:00
parent 291a264013
commit 07a8a35a46

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;