mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Auras: Added missing break in AuraEffect::CalculateAmount (accidentally removed in cea752fadf)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user