mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 13:16:23 +00:00
chore(Core/SpellAuraEffects): Comment out empty if (#4246)
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user