This commit is contained in:
Kai Philipp
2019-09-11 04:52:41 +02:00
parent 8b223f6796
commit ff56a0629b
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -235,6 +235,7 @@ ServerDBThread::SetGamePlayerPlace(unsigned requestId, DB_id playerId, unsigned
void
ServerDBThread::SetPlayerLastGames(unsigned requestId, DB_id playerId, std::vector<long> lastGames)
{
LOG_ERROR("ServerDBThread::SetPlayerLastGames() entered.");
// The game id param is added later (during init of the async op), because it may be unknown.
string lastGamesFieldValue = "1,2,3";
list<string> params;