From 64229dce6e3fac266a403f85eb690e421cc10cfb Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 21 Sep 2023 20:48:30 +0200 Subject: Add match making setups. --- title.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/title.sql b/title.sql index eceade3..c0bb4a0 100644 --- a/title.sql +++ b/title.sql @@ -1 +1,4 @@ insert or ignore into titles ( title_id, title_name, bgg ) values ( '300-earth-and-water', '300: Earth & Water', 267058 ); +insert or ignore into setups ( title_id, player_count, scenario, options ) values + ( '300-earth-and-water', 2, 'Standard', '{"cheap_fleets":true}' ) +; -- cgit v1.2.3