mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
Core/Spells: fix client crash caused by pressing ESC after using spells Neural Needle and Flaming Arrow.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user