chore(Core/SpellAuraEffects): Comment out empty if (#4246)
This commit is contained in:
parent
f3f300a1de
commit
fd3505411d
1 changed files with 3 additions and 3 deletions
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue