[9258] Add break for safe and code style.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
j4r0d 2010-01-26 19:42:36 +03:00 committed by VladimirMangos
parent 48d623fef4
commit 8294754cc0
2 changed files with 2 additions and 1 deletions

View file

@ -1297,6 +1297,7 @@ bool SpellMgr::canStackSpellRanks(SpellEntry const *spellInfo)
if (spellInfo->Effect[i]==SPELL_EFFECT_APPLY_AURA &&
spellInfo->EffectApplyAuraName[i] == SPELL_AURA_MOD_SHAPESHIFT)
return false;
break;
}
}
return true;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9257"
#define REVISION_NR "9258"
#endif // __REVISION_NR_H__