Fix json to SQL script

This commit is contained in:
DarkPhoenix
2019-08-20 19:33:19 +03:00
parent c7f625456e
commit e0db6eb2ad
3 changed files with 10 additions and 11 deletions

View File

@@ -71,7 +71,7 @@ def main(db, json_path):
'marketGroups': eos.gamedata.MarketGroup}
fieldMapping = {
'mapbulk_marketGroups': {
'marketGroups': {
'id': 'marketGroupID',
'name': 'marketGroupName'}}