From 23c416e43615b956f9b685b2184e9b18bf9cb665 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期五, 31 十月 2025 00:01:58 +0800
Subject: [PATCH] 81 子 【常规】背包 / 【常规】背包-客户端

---
 Main/Config/Configs/ChestsConfig.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Main/Config/Configs/ChestsConfig.cs b/Main/Config/Configs/ChestsConfig.cs
index 75cc805..6267de2 100644
--- a/Main/Config/Configs/ChestsConfig.cs
+++ b/Main/Config/Configs/ChestsConfig.cs
@@ -1,6 +1,6 @@
 锘�//--------------------------------------------------------
 //    [Author]:           YYL
-//    [  Date ]:           2025骞�8鏈�5鏃�
+//    [  Date ]:           2025骞�10鏈�30鏃�
 //--------------------------------------------------------
 
 using System.Collections.Generic;
@@ -19,8 +19,8 @@
     public int BoxID;
 	public int ExpendItemID;
 	public int ExpendCount;
+	public int OpenMoneyType;
 	public int OpenMoney;
-	public int OpenShow;
 
     public override int LoadKey(string _key)
     {
@@ -38,9 +38,9 @@
 
 			int.TryParse(tables[2],out ExpendCount); 
 
-			int.TryParse(tables[3],out OpenMoney); 
+			int.TryParse(tables[3],out OpenMoneyType); 
 
-			int.TryParse(tables[4],out OpenShow); 
+			int.TryParse(tables[4],out OpenMoney); 
         }
         catch (Exception exception)
         {

--
Gitblit v1.8.0