mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-19 14:39:43 -04: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