Changed spawn location to Vreni Island

This commit is contained in:
Obique
2015-04-01 16:02:39 -05:00
committed by Obique
parent be3c954cc7
commit 79cc2c0b77
2 changed files with 7 additions and 1 deletions
+2 -1
View File
@@ -348,6 +348,7 @@ public class ZoneService extends Service {
}
private Location getStartLocation(String start) {
return TerrainZoneInsertion.getInsertionForTerrain(Terrain.LOK);
// return TerrainZoneInsertion.getInsertionForTerrain(Terrain.LOK);
return TerrainZoneInsertion.getInsertionForArea(Terrain.CORELLIA, -5436, 24, -6211);
}
}