Nightsister Stronghold NPCs added

Patrols done
NS Quest NPCs added
Mobile template alternate naming option considered
Tool functions for easier static spawn creation written
Client POI nobuild error fixed
Client POI custom radius datatable added
This commit is contained in:
CharonInferar
2014-06-28 04:08:33 +02:00
parent bbbc26177f
commit e363a316a2
28 changed files with 941 additions and 75 deletions
+1 -1
View File
@@ -805,7 +805,7 @@ public class NGECore {
public Vector<String> getExcludedDevelopers(){
Vector<String> excludedDevelopers = new Vector<String>();
excludedDevelopers.add("Charon");
//excludedDevelopers.add("Charon");
// Feel free to add your OS user account name here to exclude yourself from loading buildouts and snapshots
// without having to change options.cfg all the time
return excludedDevelopers;