Core/Spells: Fixed all cases of spells that crash the client when pressing ESC after being cast

This commit is contained in:
Aokromes
2016-07-18 22:06:16 +02:00
parent 8c45b115f7
commit bbaf1216df
2 changed files with 2 additions and 8 deletions

View File

@@ -3813,12 +3813,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
case 101009: // Gaze of Occu'thar
spellInfo->AttributesEx &= ~SPELL_ATTR1_CHANNELED_1;