aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuxity <kevin.darcel@gmail.com>2013-01-22 17:43:18 +0100
committerTuxity <kevin.darcel@gmail.com>2013-01-22 17:43:18 +0100
commit5b7c01e48c3380d4e99fd982cba0aedf431c07c3 (patch)
tree1641f7a83f228b20d91f6f0c91d8c40aab35fd8e
parentc72afa9ecfbbfcd1120316434991f75f6e9364a5 (diff)
Core/Spells: Add missing break in previous commit
-rw-r--r--src/server/game/Spells/SpellMgr.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp
index 8fec9605c31..4ce2604810c 100644
--- a/src/server/game/Spells/SpellMgr.cpp
+++ b/src/server/game/Spells/SpellMgr.cpp
@@ -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;