From 6ae4b14b7fb6640ec805f070a1f0f691941c6917 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期五, 13 二月 2026 19:26:53 +0800
Subject: [PATCH] 0312 公会砍价上限写死50人
---
Main/Config/Configs/MainChapterConfig.cs | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/Main/Config/Configs/MainChapterConfig.cs b/Main/Config/Configs/MainChapterConfig.cs
index 357480f..b90a297 100644
--- a/Main/Config/Configs/MainChapterConfig.cs
+++ b/Main/Config/Configs/MainChapterConfig.cs
@@ -1,6 +1,6 @@
锘�//--------------------------------------------------------
// [Author]: YYL
-// [ Date ]: Monday, August 4, 2025
+// [ Date ]: 2025骞�9鏈�1鏃�
//--------------------------------------------------------
using System.Collections.Generic;
@@ -12,7 +12,8 @@
{
static MainChapterConfig()
{
- dic.Clear();
+ // 璁块棶杩囬潤鎬佹瀯閫犲嚱鏁�
+ visit = true;
}
public int ChapterID;
@@ -20,7 +21,7 @@
public string Level;
public string MapBG;
public int[][] DailyBootyUpperList;
- public string BootyWeightList;
+ public string BG;
public override int LoadKey(string _key)
{
@@ -42,7 +43,7 @@
DailyBootyUpperList = JsonMapper.ToObject<int[][]>(tables[4].Replace("(", "[").Replace(")", "]"));
- BootyWeightList = tables[5];
+ BG = tables[5];
}
catch (Exception exception)
{
--
Gitblit v1.8.0