Skip to content
Snippets Groups Projects
Commit e471ec48 authored by Atanamo's avatar Atanamo
Browse files

Modified bot query to check for more game statuses

Regarding new game statuses 5 and 6 - running and paused post-game.
parent d429d15f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -239,6 +239,7 @@ class Database
FROM `#{Config.SQL_TABLES.GAMES_LIST}`
WHERE `Status`>=0 AND `Status`<4
OR `Status`=4 AND IFNULL(`FinishDateTime`, NOW()) >= (NOW() - INTERVAL 10 DAY)
OR `Status`>=5 AND `Status`<7
ORDER BY `Status` ASC, `ID` ASC
LIMIT #{Config.MAX_BOTS}
"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment