summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-09-21 21:07:07 +0200
committerTor Andersson <tor@ccxvii.net>2023-09-21 21:07:07 +0200
commit58bc6e156a3a7667a89e4bb9e14865ffa030c124 (patch)
treeccfc21e608a17907b7977c1f65fa81ad8baf3940
parent5fea8ea3d372167a251bfbfaa764ec74b0e7fdf6 (diff)
downloadjulius-caesar-58bc6e156a3a7667a89e4bb9e14865ffa030c124.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 fa428c2..6418ca9 100644
--- a/title.sql
+++ b/title.sql
@@ -1 +1,4 @@
insert or replace into titles ( title_id, title_name, bgg ) values ( 'julius-caesar', 'Julius Caesar', 37836 );
+insert or ignore into setups ( title_id, player_count, scenario, options ) values
+ ( 'julius-caesar', 2, 'Historical', '{"delay_hits":true,"tournament":true}' )
+;