chore(Core/SpellAuraEffects): Comment out empty if (#4246)

This commit is contained in:
Kitzunu
2021-01-11 14:48:07 +01:00
committed by GitHub
parent f3f300a1de
commit fd3505411d

View File

@@ -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))
{