optimized slot for siege engines

This commit is contained in:
2023-08-27 21:26:00 -05:00
parent d573b238de
commit 36cc23457a
5 changed files with 14 additions and 12 deletions
@@ -120,6 +120,7 @@ public abstract class AbstractCharacter extends AbstractWorldObject {
private float hateValue = 0;
private long lastHateUpdate = 0;
private byte aoecntr = 0;
public final ConcurrentHashMap<Mob, Integer> siegeMinionMap = new ConcurrentHashMap<>(MBServerStatics.CHM_INIT_CAP, MBServerStatics.CHM_LOAD, MBServerStatics.CHM_THREAD_LOW);
public AbstractCharacter() {
super();