From fd3505411df308dfcb0b2f872fdc7b7985a0b34a Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Mon, 11 Jan 2021 14:48:07 +0100 Subject: [PATCH] chore(Core/SpellAuraEffects): Comment out empty if (#4246) --- src/server/game/Spells/Auras/SpellAuraEffects.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/server/game/Spells/Auras/SpellAuraEffects.cpp b/src/server/game/Spells/Auras/SpellAuraEffects.cpp index 29cbf63ee..22698a1a7 100644 --- a/src/server/game/Spells/Auras/SpellAuraEffects.cpp +++ b/src/server/game/Spells/Auras/SpellAuraEffects.cpp @@ -3551,9 +3551,9 @@ void AuraEffect::HandleModStateImmunityMask(AuraApplication const* aurApp, uint8 aura_immunity_list.push_back(SPELL_AURA_MOD_POSSESS); } // UNK - if ((GetMiscValue() & (1 << 8))) - { - } + // if ((GetMiscValue() & (1 << 8))) + // { + // } // Fear, OK if (GetMiscValue() & (1 << 9)) {