admin order line
This commit is contained in:
@@ -152,7 +152,7 @@ def _fetch_pending_builds_all_towns(c, player_id):
|
||||
SELECT * FROM commands
|
||||
WHERE status = 'pending' AND type = 'build'
|
||||
AND player_id = ? AND town_id = ?
|
||||
ORDER BY updated_at ASC, id ASC
|
||||
ORDER BY position ASC, id ASC
|
||||
LIMIT 1
|
||||
''', (player_id, town_id)).fetchone()
|
||||
if not row:
|
||||
|
||||
Reference in New Issue
Block a user