bug enclosing

This commit is contained in:
Kai Philipp
2019-09-13 15:07:54 +02:00
parent 40a25f4a1e
commit 2b15e8536c
+2
View File
@@ -67,6 +67,8 @@ AsyncDBAuth::HandleResult(mysqlpp::Query &/*query*/, DBIdManager& /*idManager*/,
if (!country.is_null())
country.to_string(tmpData->country);
last_login.to_string(tmpData->last_login);
lastGames.to_string(tmpData->lastGames);
lastIp.to_string(tmpData->lastIp);
service.post(boost::bind(&ServerDBCallback::PlayerLoginSuccess, &cb, GetId(), tmpData));
}