aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorQAston <qaston@gmail.com>2012-02-05 09:18:02 +0100
committerQAston <qaston@gmail.com>2012-02-05 09:18:39 +0100
commit84fa96efc6232833bf2e5e49bd16145dfe148bfd (patch)
tree42fecc9acbe0c954d1906f1a1a2766be9f927134 /src
parenta2494f569e7fbce9ebd90943c41f4e7c73dc5e8f (diff)
Once again - a typo fix in 22bd06fc57eb0af599f4c9e5181bf702c769b90a - rush is not the best advisor.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/server/game/Spells/Auras/SpellAuras.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Spells/Auras/SpellAuras.cpp b/src/server/game/Spells/Auras/SpellAuras.cpp
index 9f23fc51ee5..d49ac829ef9 100755
--- a/src/server/game/Spells/Auras/SpellAuras.cpp
+++ b/src/server/game/Spells/Auras/SpellAuras.cpp
@@ -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