diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-09-21 21:06:20 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-09-21 21:06:20 +0200 |
commit | 254265467731865a1697f5aa6e91def55ff3dd08 (patch) | |
tree | 579d728d927ff41e41ca33f644e013d89b7ee90c /title.sql | |
parent | 988d149cea871afaefb24ab20bc6c72a74bd691b (diff) | |
download | hammer-of-the-scots-254265467731865a1697f5aa6e91def55ff3dd08.tar.gz |
Add match making setups.
Diffstat (limited to 'title.sql')
-rw-r--r-- | title.sql | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1 +1,5 @@ insert or replace into titles ( title_id, title_name, bgg ) values ( 'hammer-of-the-scots', 'Hammer of the Scots', 3685 ); +insert or ignore into setups ( title_id, player_count, scenario, options ) values + ( 'hammer-of-the-scots', 2, 'Braveheart', '{"delay_hits":true}' ), + ( 'hammer-of-the-scots', 2, 'The Bruce', '{"delay_hits":true}' ) +; |