mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
[9782] Small clean up in 2 method names
This commit is contained in:
parent
6cff390de2
commit
d1dd6a8ca3
5 changed files with 9 additions and 9 deletions
|
|
@ -8234,7 +8234,7 @@ bool Aura::IsCritFromAbilityAura(Unit* caster, uint32& damage)
|
|||
{
|
||||
if (!(*itr)->isAffectedOnSpell(m_spellProto))
|
||||
continue;
|
||||
if (!caster->isSpellCrit(m_target, m_spellProto, GetSpellSchoolMask(m_spellProto)))
|
||||
if (!caster->IsSpellCrit(m_target, m_spellProto, GetSpellSchoolMask(m_spellProto)))
|
||||
break;
|
||||
|
||||
damage = caster->SpellCriticalDamageBonus(m_spellProto, damage, m_target);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue