[9908] Add missing break. Not affect current code work.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
LordJZ 2010-05-16 03:38:11 +04:00 committed by VladimirMangos
parent ad1926585e
commit 92b7920cbb
2 changed files with 2 additions and 1 deletions

View file

@ -151,6 +151,7 @@ uint32 GetSpellCastTimeForBonus( SpellEntry const *spellProto, DamageEffectType
default:
break;
}
break;
default:
break;
}