From c8aea6cbef51b3dd41b4d911bc7e6bf89a6e2e2d Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期五, 20 三月 2026 15:14:33 +0800
Subject: [PATCH] 0312 优化红颜定军阁解锁判断

---
 Main/Config/Configs/MainChapterConfig.cs |   13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/Main/Config/Configs/MainChapterConfig.cs b/Main/Config/Configs/MainChapterConfig.cs
index d33eeac..b90a297 100644
--- a/Main/Config/Configs/MainChapterConfig.cs
+++ b/Main/Config/Configs/MainChapterConfig.cs
@@ -1,6 +1,6 @@
 锘�//--------------------------------------------------------
 //    [Author]:           YYL
-//    [  Date ]:           2025骞�8鏈�4鏃�
+//    [  Date ]:           2025骞�9鏈�1鏃�
 //--------------------------------------------------------
 
 using System.Collections.Generic;
@@ -12,11 +12,8 @@
 {
     static MainChapterConfig()
     {
-        if (isInit)
-        {
-            return;
-        }
-        LazyInit();
+        // 璁块棶杩囬潤鎬佹瀯閫犲嚱鏁�
+        visit = true; 
     }
 
     public int ChapterID;
@@ -24,7 +21,7 @@
 	public string Level;
 	public string MapBG;
 	public int[][] DailyBootyUpperList;
-	public string BootyWeightList;
+	public string BG;
 
     public override int LoadKey(string _key)
     {
@@ -46,7 +43,7 @@
 
 			DailyBootyUpperList = JsonMapper.ToObject<int[][]>(tables[4].Replace("(", "[").Replace(")", "]")); 
 
-			BootyWeightList = tables[5];
+			BG = tables[5];
         }
         catch (Exception exception)
         {

--
Gitblit v1.8.0