Browse Source

add Expansion 3

George C. Privon 7 years ago
parent
commit
fe2639b243
2 changed files with 3 additions and 2 deletions
  1. 1 0
      CHANGELOG.md
  2. 2 2
      manage_database.py

+ 1 - 0
CHANGELOG.md

@@ -8,6 +8,7 @@
 
 * Add `analysis/README.md` file to briefly explain what the analysis scripts do.
 * Add some additional explanatory text to the main `README.md` file.
+* Add Expansion 3 (The Princes and the Dragon) to SQL database creation.
 
 #### Bug fixes
 

+ 2 - 2
manage_database.py

@@ -174,9 +174,9 @@ def initializeDB(c, DBVER):
                                                 "Princess & Dragon",
                                                 0,
                                                 0,
+                                                "Dragon,Fairy",
                                                 "",
-                                                "",
-                                                0,
+                                                30,
                                                 "")''')
     c.execute('''INSERT INTO expansions values (4,
                                                 "The Tower",