mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-31 01:15:57 -04:00
Fixed static spawns, added travel terminal and collector spawns, fixed galaxy population status, added combat commands for every profession
This commit is contained in:
@@ -219,8 +219,9 @@ public class NGECore {
|
||||
zoneDispatch.addService(simulationService);
|
||||
|
||||
// Static Spawns
|
||||
//staticService = new StaticService(this);
|
||||
//staticService.spawnPlanetStaticObjs("rori");
|
||||
staticService = new StaticService(this);
|
||||
staticService.spawnStatics();
|
||||
|
||||
|
||||
guildService = new GuildService(this);
|
||||
zoneDispatch.addService(guildService);
|
||||
|
||||
Reference in New Issue
Block a user