Core/Auras: Added missing break in AuraEffect::CalculateAmount (accidentally removed in cea752fadf)

This commit is contained in:
Shauren
2012-11-27 11:25:29 +01:00
parent cea752fadf
commit e9ede29592

View File

@@ -658,6 +658,7 @@ int32 AuraEffect::CalculateAmount(Unit* caster)
AddPct(amount, m_spellInfo->Effects[EFFECT_2].CalcValue(caster));
}
}
break;
case SPELL_AURA_PERIODIC_ENERGIZE:
switch (m_spellInfo->Id)
{