mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-15 00:07:39 -04:00
Start of Life Day
Added basic Npcs to the Lifeday event in Wafar. Need to do. Find a way to bind an ID to a spawned item, as Static id's are refresh every server reset.
This commit is contained in:
@@ -178,6 +178,10 @@ public class ObjectService implements INetworkDispatch {
|
||||
|
||||
object = new GroupObject(objectID);
|
||||
|
||||
} else if(Template.startsWith("object/mobile")){
|
||||
|
||||
object = new CreatureObject(objectID, planet, position, orientation, Template);
|
||||
|
||||
} else if(Template.startsWith("object/waypoint")) {
|
||||
|
||||
object = new WaypointObject(objectID, planet, position);
|
||||
|
||||
Reference in New Issue
Block a user