diff --git a/tool/cfg/cfg_xlsx.json b/tool/cfg/cfg_xlsx.json index 8db33ae7..1eaa9ef8 100644 --- a/tool/cfg/cfg_xlsx.json +++ b/tool/cfg/cfg_xlsx.json @@ -30,6 +30,13 @@ "sheet_name" :"Emit", "fields" :["Emit_Min_Lv","Ratio", "Product_Type", "Order_Type", "Retire", "N"] }, + { + "in_file": "Friend.xlsx", + "out_file": "FriendConst.json", + "key": "Key", + "sheet_name" :"const", + "fields" :["Key", "Value"] + }, { "in_file": "StartMerge.xlsx", "out_file": "StartMerge.json",