Fixed static spawns, added travel terminal and collector spawns, fixed galaxy population status, added combat commands for every profession

This commit is contained in:
Light2
2013-08-31 17:34:30 +02:00
parent cfa5ea5a43
commit 471852dc3c
10 changed files with 1168 additions and 411 deletions
+3 -2
View File
@@ -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);