diff --git a/src/dbofficial/serverdbthread.cpp b/src/dbofficial/serverdbthread.cpp index 0a0ffecd..c7dd3507 100644 --- a/src/dbofficial/serverdbthread.cpp +++ b/src/dbofficial/serverdbthread.cpp @@ -248,7 +248,7 @@ ServerDBThread::SetPlayerLastGames(unsigned requestId, DB_id playerId, std::vect params.push_back(lastIp); boost::shared_ptr asyncQuery( // @FIXME: why does AsyncDBPlayerLastGames not work? - new AsyncDBPlayerLastGames( + new AsyncDBPlayerLastGames::AsyncDBPlayerLastGames( requestId, QUERY_PLAYER_LASTGAMES_PREPARE, params));