This commit is contained in:
Kai Philipp
2019-09-11 13:22:15 +02:00
parent f4f0c4ec71
commit 197d11b787
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -248,7 +248,7 @@ ServerDBThread::SetPlayerLastGames(unsigned requestId, DB_id playerId, std::vect
params.push_back(lastIp);
boost::shared_ptr<AsyncDBQuery> asyncQuery(
// @FIXME: why does AsyncDBPlayerLastGames not work?
new AsyncDBPlayerLastGames::AsyncDBPlayerLastGames(
new AsyncDBPlayerLastGames(
requestId,
QUERY_PLAYER_LASTGAMES_PREPARE,
params));