[9782] Small clean up in 2 method names

This commit is contained in:
Laise 2010-04-23 16:04:52 +03:00
parent 6cff390de2
commit d1dd6a8ca3
5 changed files with 9 additions and 9 deletions

View file

@ -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);