mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-15 12:58:22 +00:00
Add DatabaseMySQL::DoesLoginServerAccountExist
This commit is contained in:
@@ -133,7 +133,7 @@ int main()
|
||||
*/
|
||||
Log(Logs::General, Logs::Login_Server, "MySQL Database Init.");
|
||||
|
||||
server.db = (Database *) new DatabaseMySQL(
|
||||
server.db = new DatabaseMySQL(
|
||||
server.config.GetVariableString("database", "user", "root"),
|
||||
server.config.GetVariableString("database", "password", ""),
|
||||
server.config.GetVariableString("database", "host", "localhost"),
|
||||
|
||||
Reference in New Issue
Block a user