diff options
-rw-r--r-- | rules.js | 5 | ||||
-rw-r--r-- | title.sql | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -38,6 +38,11 @@ exports.scenarios = [ "Standard" ]; +exports.roles = [ + "Persia", + "Greece", +]; + const OBSERVER = "Observer"; const GREECE = "Greece"; const PERSIA = "Persia"; @@ -1,3 +1 @@ insert or ignore into titles ( title_id, title_name, bgg ) values ( '300-earth-and-water', '300: Earth & Water', 267058 ); -insert or ignore into roles values ( '300-earth-and-water', 'Persia' ); -insert or ignore into roles values ( '300-earth-and-water', 'Greece' ); |