summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-09-21 20:48:30 +0200
committerTor Andersson <tor@ccxvii.net>2023-09-21 20:48:30 +0200
commit64229dce6e3fac266a403f85eb690e421cc10cfb (patch)
tree73b9b1e53f92745c050c61d6b2011a8767e53689
parentff5c19b5d8cfa592e01c52d061858c0e49cb87d7 (diff)
download300-earth-and-water-64229dce6e3fac266a403f85eb690e421cc10cfb.tar.gz
Add match making setups.
-rw-r--r--title.sql3
1 files changed, 3 insertions, 0 deletions
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}' )
+;