Hello, I noticed Trinity changed logics for activation of combat based on the trash pack size. Unfortunately, there is a mistake:
in the latest Trinity, file DefaultWeightProvider.cs, the line
int nearbyTrashCount = objects.Count(u => u.IsUnit && u.HitPoints > 0 && u.IsTrashMob &&...