Once again - a typo fix in 22bd06fc57 - rush is not the best advisor.

This commit is contained in:
QAston
2012-02-05 09:18:02 +01:00
parent a2494f569e
commit 84fa96efc6

View File

@@ -522,7 +522,7 @@ void Aura::UpdateTargetMap(Unit* caster, bool apply)
// check target immunities
for (uint8 effIndex = 0; effIndex < MAX_SPELL_EFFECTS; ++effIndex)
{
if (!itr->first->IsImmunedToSpellEffect(GetSpellInfo(), effIndex))
if (itr->first->IsImmunedToSpellEffect(GetSpellInfo(), effIndex))
itr->second &= ~(1 << effIndex);
}
if (!itr->second