mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-04 05:16:21 -04:00
Added harvesting and milking of creatures, fixed odb save bug
This commit is contained in:
@@ -185,7 +185,7 @@ public class CreatureObject extends TangibleObject implements Serializable {
|
||||
@NotPersistent
|
||||
private transient ConcurrentHashMap<String, Long> cooldowns = new ConcurrentHashMap<String, Long>();
|
||||
@NotPersistent
|
||||
private transient long tefTime = System.currentTimeMillis();
|
||||
private transient long tefTime = 0;
|
||||
@NotPersistent
|
||||
private transient SWGObject useTarget;
|
||||
|
||||
@@ -213,7 +213,6 @@ public class CreatureObject extends TangibleObject implements Serializable {
|
||||
duelList = Collections.synchronizedList(new ArrayList<CreatureObject>());
|
||||
cooldowns = new ConcurrentHashMap<String, Long>();
|
||||
performanceAudience = new Vector<CreatureObject>();
|
||||
tefTime = System.currentTimeMillis();
|
||||
messageBuilder = new CreatureMessageBuilder(this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user