mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-07 21:01:37 +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);
|
aura_immunity_list.push_back(SPELL_AURA_MOD_POSSESS);
|
||||||
}
|
}
|
||||||
// UNK
|
// UNK
|
||||||
if ((GetMiscValue() & (1 << 8)))
|
// if ((GetMiscValue() & (1 << 8)))
|
||||||
{
|
// {
|
||||||
}
|
// }
|
||||||
// Fear, OK
|
// Fear, OK
|
||||||
if (GetMiscValue() & (1 << 9))
|
if (GetMiscValue() & (1 << 9))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user