mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
Once again - a typo fix in 22bd06fc57 - rush is not the best advisor.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user