Core/Spells: Add missing break in previous commit

This commit is contained in:
Tuxity
2013-01-22 17:43:18 +01:00
parent c72afa9ecf
commit 5b7c01e48c

View File

@@ -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;