mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
Core/Spells: Fixed all cases of spells that crash the client when pressing ESC after being cast
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user