diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-11-24 12:55:23 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-11-24 12:55:23 +0100 |
commit | 6e368d24403cd61164a964736a7712c6839a1597 (patch) | |
tree | b1083c2b8c803dbf50dd3ffd41890ed2eeb87d86 | |
parent | d1b2688513bf616dbbf98924a10fb0c08913ea14 (diff) | |
download | julius-caesar-6e368d24403cd61164a964736a7712c6839a1597.tar.gz |
-rw-r--r-- | cover.1x.png | bin | 0 -> 71087 bytes | |||
-rw-r--r-- | cover.2x.png | bin | 0 -> 262609 bytes | |||
-rw-r--r-- | thumbnail.png | bin | 0 -> 38318 bytes | |||
-rw-r--r-- | title.sql | 5 |
4 files changed, 1 insertions, 4 deletions
diff --git a/cover.1x.png b/cover.1x.png Binary files differnew file mode 100644 index 0000000..57750e7 --- /dev/null +++ b/cover.1x.png diff --git a/cover.2x.png b/cover.2x.png Binary files differnew file mode 100644 index 0000000..a7251a4 --- /dev/null +++ b/cover.2x.png diff --git a/thumbnail.png b/thumbnail.png Binary files differnew file mode 100644 index 0000000..8e767e6 --- /dev/null +++ b/thumbnail.png @@ -1,4 +1 @@ -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}' ) -; +insert or ignore into titles ( title_id, title_name, bgg ) values ( 'julius-caesar', 'Julius Caesar', 37836 ); |