Variable hidden elevated to abschar.

This commit is contained in:
2023-09-02 15:57:23 -04:00
parent d409ef49af
commit 71eeb3f6b8
6 changed files with 11 additions and 13 deletions
@@ -119,6 +119,9 @@ public abstract class AbstractCharacter extends AbstractWorldObject {
private long takeOffTime = 0;
private long lastHateUpdate = 0;
private byte aoecntr = 0;
public int hidden = 0; // current rank of hide/sneak/invis
public final ConcurrentHashMap<Mob, Integer> siegeMinionMap = new ConcurrentHashMap<>(MBServerStatics.CHM_INIT_CAP, MBServerStatics.CHM_LOAD, MBServerStatics.CHM_THREAD_LOW);
public AbstractCharacter() {