mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Implement various todo's and review suggestions
This commit is contained in:
@@ -89,7 +89,6 @@ void LobbyDatabase::clearOldData()
|
||||
WHERE online <> 0
|
||||
)";
|
||||
|
||||
//FIXME: set different status for rooms that never reached in game state
|
||||
static const std::string removeActiveLobbyRooms = R"(
|
||||
UPDATE gameRooms
|
||||
SET status = 4
|
||||
|
||||
Reference in New Issue
Block a user