hxp
2019-05-30 a54be271fe10852120bde706487472ee758db847
1 Add Tool/配置导表工具/
1个文件已修改
1 ■■■■ 已修改文件
Tool/配置导表工具/gamecfg_export.py 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Tool/配置导表工具/gamecfg_export.py
@@ -337,7 +337,6 @@
        if (exportType == 1 or row in mServerCfgRowList) and row not in serverIgnoreRow and mServerCfgColList:
            isAdd = True
            print row
            mServerCfg.append(mServerFormat % tuple([rowValuesList[i] for i in mServerCfgColList]))
        if (exportType == 1 or row in serverCfgRowList) and row not in serverIgnoreRow and serverCfgColList: