blob: 626e3310d435812ade72b6399268e1640eb70837 (
plain)
1
2
3
4
5
6
|
insert or ignore into titles ( title_id, title_name, bgg ) values ( 'wilderness-war', 'Wilderness War', 1822 );
insert or ignore into setups ( title_id, player_count, scenario, options ) values
( 'wilderness-war', 2, 'Annus Mirabilis', '{}' ),
( 'wilderness-war', 2, 'The Full Campaign', '{}' )
;
|