summaryrefslogtreecommitdiff
path: root/title.sql
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-11-24 12:57:36 +0100
committerTor Andersson <tor@ccxvii.net>2024-11-24 12:57:36 +0100
commitd7904f7d9f2b0f9bd59d58cf5bc9cee465f14a14 (patch)
tree9513acd4d4f482cccc9e7797df83ccf925e117ba /title.sql
parent6e18858700639310d9f6e4f543d5b0dae48b3b54 (diff)
downloadcrusader-rex-d7904f7d9f2b0f9bd59d58cf5bc9cee465f14a14.tar.gz
Lossless cover.
Diffstat (limited to 'title.sql')
-rw-r--r--title.sql3
1 files changed, 0 insertions, 3 deletions
diff --git a/title.sql b/title.sql
index cd9d06d..9522532 100644
--- a/title.sql
+++ b/title.sql
@@ -1,4 +1 @@
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}' )
-;