mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-02 20:56:37 +00:00
added eqemu_config.json support
This commit is contained in:
+1
-1
@@ -166,7 +166,7 @@ int main(int argc, char** argv) {
|
||||
}
|
||||
}
|
||||
|
||||
Log(Logs::General, Logs::World_Server, "Connecting to MySQL...");
|
||||
Log(Logs::General, Logs::World_Server, "Connecting to MySQL %s@%s:%i...", Config->DatabaseUsername.c_str(), Config->DatabaseHost.c_str(), Config->DatabasePort);
|
||||
if (!database.Connect(
|
||||
Config->DatabaseHost.c_str(),
|
||||
Config->DatabaseUsername.c_str(),
|
||||
|
||||
Reference in New Issue
Block a user