diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-09-21 21:04:10 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-09-21 21:04:10 +0200 |
commit | 7d13cee27f33cfa643e256cebed0b2d555474416 (patch) | |
tree | f5b8017b19aa0a420e08a3ed716c54e48e27ef6e | |
parent | 76bc1f1b4c013d6448175f94259b1dfaebd17246 (diff) | |
download | crusader-rex-7d13cee27f33cfa643e256cebed0b2d555474416.tar.gz |
Add match making setups.
-rw-r--r-- | title.sql | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1 +1,4 @@ insert or ignore into titles ( title_id, title_name, bgg ) values ( 'crusader-rex', 'Crusader Rex', 8481 ); +insert or ignore into setups ( title_id, player_count, scenario, options ) values + ( 'crusader-rex', 2, 'Standard', '{"delay_hits":true}' ) +; |