From 6387f27214a8409dfd3954ca76d354571ce56ea9 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期四, 12 三月 2026 22:33:48 +0800
Subject: [PATCH] 558 【武将招募】新增月卡特权心愿招募不限次数
---
Main/Config/Configs/MainChapterConfig.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Main/Config/Configs/MainChapterConfig.cs b/Main/Config/Configs/MainChapterConfig.cs
index 0837ae0..b90a297 100644
--- a/Main/Config/Configs/MainChapterConfig.cs
+++ b/Main/Config/Configs/MainChapterConfig.cs
@@ -1,6 +1,6 @@
锘�//--------------------------------------------------------
// [Author]: YYL
-// [ Date ]: 2025骞�8鏈�5鏃�
+// [ Date ]: 2025骞�9鏈�1鏃�
//--------------------------------------------------------
using System.Collections.Generic;
@@ -21,7 +21,7 @@
public string Level;
public string MapBG;
public int[][] DailyBootyUpperList;
- public string BootyWeightList;
+ public string BG;
public override int LoadKey(string _key)
{
@@ -43,7 +43,7 @@
DailyBootyUpperList = JsonMapper.ToObject<int[][]>(tables[4].Replace("(", "[").Replace(")", "]"));
- BootyWeightList = tables[5];
+ BG = tables[5];
}
catch (Exception exception)
{
--
Gitblit v1.8.0