Core/Auras: Apply banished aura state with auras using banish mechanic

This commit is contained in:
Shauren
2024-06-16 22:55:02 +02:00
parent 12d1f4448c
commit 3974648ae0

View File

@@ -2619,6 +2619,9 @@ void SpellInfo::_LoadAuraState()
break;
}
if (Mechanic == MECHANIC_BANISH)
return AURA_STATE_BANISHED;
return AURA_STATE_NONE;
}();
}