Some more loginserver refactoring to make things more sane to read

This commit is contained in:
Akkadius
2015-12-02 13:46:16 -06:00
parent 2fbf047853
commit a936796b45
5 changed files with 150 additions and 193 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ int main()
if (local_network.size() > 0)
server.options.WorldServerTypeTable(local_network);
//Create our DB from options.
/* Create database connection */
if (server.config->GetVariable("database", "subsystem").compare("MySQL") == 0) {
#ifdef EQEMU_MYSQL_ENABLED
server_log->Log(log_debug, "MySQL Database Init.");