CoreSpells: Typofixes: fix area auras autocast and usage of items in combat.

This commit is contained in:
QAston
2011-07-28 13:21:31 +02:00
parent f33a0c23ca
commit 045dec19fa
3 changed files with 3 additions and 3 deletions

View File

@@ -5693,7 +5693,7 @@ bool Spell::CanAutoCast(Unit* target)
return false;
}
}
else if (m_spellInfo->Effects[j].IsArea())
else if (m_spellInfo->Effects[j].IsAreaAuraEffect())
{
if (target->HasAuraEffect(m_spellInfo->Id, j))
return false;