Renamed ListObject -> Delta. Guild null fix

Delete your ODB for this
This commit is contained in:
Treeku
2013-12-12 14:17:50 +00:00
parent 2ff1a8e803
commit 001bf1b390
14 changed files with 58 additions and 49 deletions
+5
View File
@@ -210,6 +210,7 @@ public class NGECore {
setGalaxyStatus(1);
creatureODB = new ObjectDatabase("creature", true, false, true);
mailODB = new ObjectDatabase("mails", true, false, true);
guildODB = new ObjectDatabase("guild", true, false, true);
// Services
loginService = new LoginService(this);
connectionService = new ConnectionService(this);
@@ -413,6 +414,10 @@ public class NGECore {
return config;
}
public String getGalaxyName() {
return config.getString("GALAXY_NAME");
}
public DatabaseConnection getDatabase1() {
return databaseConnection;
}