Remove old DB connector

This commit is contained in:
Akkadius
2019-07-04 23:29:54 -05:00
parent 8ad4ef503b
commit d5eb015533
2 changed files with 16 additions and 41 deletions
-1
View File
@@ -590,7 +590,6 @@ void Client::DoSuccessfulLogin(const std::string &user, int db_account_id, const
in.s_addr = connection->GetRemoteIP();
server.db->UpdateLSAccountData(db_account_id, std::string(inet_ntoa(in)));
GenerateKey();
account_id = db_account_id;