Update database and effects to 1564394

This commit is contained in:
DarkPhoenix
2019-09-10 15:53:37 +03:00
parent 545ddc7492
commit e2b492ee8d
3 changed files with 8 additions and 8 deletions

View File

@@ -285,7 +285,7 @@ def main(db, json_path):
tableData = newTableData
if jsonName == 'icons':
tableData = convertIcons(tableData)
if jsonName == 'phbtraits':
if jsonName == 'traits':
tableData = convertTraits(tableData)
if jsonName == 'clonegrades':
tableData = convertClones(tableData)