mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 22:37:04 +00:00
[12066] Optimize some parts for ++C
This commit is contained in:
parent
ba86b02dd4
commit
3707b04330
48 changed files with 163 additions and 163 deletions
|
|
@ -4153,7 +4153,7 @@ void Spell::EffectHeal(SpellEffectIndex /*eff_idx*/)
|
|||
{
|
||||
if (targetAura->GetSpellProto()->EffectApplyAuraName[idx] == SPELL_AURA_PERIODIC_HEAL)
|
||||
break;
|
||||
idx++;
|
||||
++idx;
|
||||
}
|
||||
|
||||
int32 tickheal = targetAura->GetModifier()->m_amount;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue