Ver Fonte

bugfix: add abbey to scoring types for expansion 5

George C. Privon há 7 anos atrás
pai
commit
fa55cb56e4
2 ficheiros alterados com 3 adições e 1 exclusões
  1. 2 0
      CHANGELOG.md
  2. 1 1
      manage_database.py

+ 2 - 0
CHANGELOG.md

@@ -16,6 +16,8 @@
 #### Bug fixes
 
 * Fixed tile counting bug when an Abbey is played.
+* Fixed missing Abbey score type when Expansion 5 is used.
+  This requres running the following command in sqlite3: `update expansions set scoretypes="Abbey" where expansionID=5;`
 
 ### 0.4.1 (18 November 2018)
 

+ 1 - 1
manage_database.py

@@ -191,7 +191,7 @@ def initializeDB(c, DBVER):
                                                 0,
                                                 1,
                                                 "Mayor,Wagon,Barn",
-                                                "",
+                                                "Abbey",
                                                 12,
                                                 "Abbey")''')
     c.execute('''INSERT INTO expansions values (6,