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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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