[7245] Typo fix.

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
ApoC 2009-02-07 15:35:01 +01:00
parent 7c32de2f8d
commit 3529d084d9
2 changed files with 2 additions and 2 deletions

View file

@ -7726,7 +7726,7 @@ bool Unit::isSpellCrit(Unit *pVictim, SpellEntry const *spellProto, SpellSchoolM
// taken
if (pVictim)
{
if (!IsPositiveSpell(spellProto->Id)
if (!IsPositiveSpell(spellProto->Id))
{
// Modify critical chance by victim SPELL_AURA_MOD_ATTACKER_SPELL_CRIT_CHANCE
crit_chance += pVictim->GetTotalAuraModifierByMiscMask(SPELL_AURA_MOD_ATTACKER_SPELL_CRIT_CHANCE, schoolMask);