diff --git a/FindObjectBundleBuilder/Tools/config_convert/gen_levels_db.py b/FindObjectBundleBuilder/Tools/config_convert/gen_levels_db.py index 8cd2f6f..d27cfba 100644 --- a/FindObjectBundleBuilder/Tools/config_convert/gen_levels_db.py +++ b/FindObjectBundleBuilder/Tools/config_convert/gen_levels_db.py @@ -400,7 +400,7 @@ def update_main_country_level_db(platform, mode, all_country_list): google_sheet_file = sheet_helper.get_sheet_table(config.sheet_level_config, f"{gameplay}_main_db_{cur_country}") if google_sheet_file is None: print(f"{gameplay}玩法目前没有{cur_country}的配置关卡表,使用默认表") - google_sheet_file = sheet_helper.get_sheet_table(config.sheet_level_config,f"{gameplay}_main_db") + google_sheet_file = sheet_helper.get_sheet_table(config.sheet_level_config,f"{gameplay}_db") if google_sheet_file is None: print(f"{gameplay}玩法目前没有配置关卡表") continue