mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
Core/Spells: Add missing break in previous commit
This commit is contained in:
@@ -3626,6 +3626,7 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
break;
|
||||
case 24314: // Threatening Gaze
|
||||
spellInfo->AuraInterruptFlags |= AURA_INTERRUPT_FLAG_CAST | AURA_INTERRUPT_FLAG_MOVE | AURA_INTERRUPT_FLAG_JUMP;
|
||||
break;
|
||||
case 5420: // Tree of Life (Passive)
|
||||
spellInfo->Stances = 1 << (FORM_TREE - 1);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user