diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-11-24 12:57:36 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-11-24 12:57:36 +0100 |
commit | d7904f7d9f2b0f9bd59d58cf5bc9cee465f14a14 (patch) | |
tree | 9513acd4d4f482cccc9e7797df83ccf925e117ba /title.sql | |
parent | 6e18858700639310d9f6e4f543d5b0dae48b3b54 (diff) | |
download | crusader-rex-d7904f7d9f2b0f9bd59d58cf5bc9cee465f14a14.tar.gz |
Lossless cover.
Diffstat (limited to 'title.sql')
-rw-r--r-- | title.sql | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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}' ) -; |