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