Variable hidden elevated to abschar.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user