Core/Scripts: remove hack that caused aura to not be applied and saved twice on owned auras, causing an error on save

Port From (https://github.com/TrinityCore/TrinityCore/commit/181c671924c22fb92e32b96dd0f63d395b13db4f)
This commit is contained in:
hondacrx
2021-08-09 09:48:05 -04:00
parent 06a189e5e6
commit 8e758048ae
+2
View File
@@ -2139,6 +2139,8 @@ namespace Game.Entities
{
m_removedAuras.Remove(m_removedAuras.First());
}
m_removedAurasCount = 0;
}
public bool HasStealthAura() { return HasAuraType(AuraType.ModStealth); }