mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-30 00:15:57 -04:00
StaticService can now use mobileTemplates
Just put a mobileTemplate in place of the objectTemplate.
This commit is contained in:
@@ -172,7 +172,6 @@ public class CreatureObject extends TangibleObject implements Serializable {
|
||||
@NotPersistent
|
||||
private transient ScheduledFuture<?> spectatorTask;
|
||||
|
||||
private boolean staticNPC = false; // temp
|
||||
@NotPersistent
|
||||
private transient int flourishCount = 0;
|
||||
@NotPersistent
|
||||
@@ -1488,14 +1487,6 @@ public class CreatureObject extends TangibleObject implements Serializable {
|
||||
getClient().getSession().write(new PlayMusicMessage(sndFile, targetId, 1, false));
|
||||
}
|
||||
|
||||
public boolean getStaticNPC() {
|
||||
return staticNPC;
|
||||
}
|
||||
|
||||
public boolean setStaticNPC(boolean staticNPC) {
|
||||
return this.staticNPC = staticNPC;
|
||||
}
|
||||
|
||||
public boolean getGroupDance() {
|
||||
synchronized(objectMutex) {
|
||||
return groupDance;
|
||||
|
||||
Reference in New Issue
Block a user