aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFaq <ainarsh@gmail.com>2012-06-27 00:28:59 +0300
committerFaq <ainarsh@gmail.com>2012-06-27 00:28:59 +0300
commite5adb05844fe735ae66a99c3d5eb67fc9800c47a (patch)
tree4c215aa38cca599b627457e1ad7a63ea95236388
parente43b50b415cc562df3b453bee8291dedfcfd09d0 (diff)
missed break :/
-rwxr-xr-xsrc/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 235c3ccb718..0b1955a02ec 100755
--- a/src/server/game/Spells/SpellMgr.cpp
+++ b/src/server/game/Spells/SpellMgr.cpp
@@ -3268,6 +3268,7 @@ void SpellMgr::LoadDbcDataCorrections()
break;
case 61719: // Easter Lay Noblegarden Egg Aura - Interrupt flags copied from aura which this aura is linked with
spellInfo->AuraInterruptFlags = AURA_INTERRUPT_FLAG_HITBYSPELL | AURA_INTERRUPT_FLAG_TAKE_DAMAGE;
+ break;
case 70650: // Death Knight T10 Tank 2P Bonus
spellInfo->EffectApplyAuraName[0] = SPELL_AURA_ADD_PCT_MODIFIER;
break;