From 642d09ae6081455d1610eb554f5c3faba257e9cd Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期日, 16 三月 2025 02:03:32 +0800
Subject: [PATCH] 10417 【英文】【bt】【越南】【砍树】TIP优化

---
 Core/GameEngine/Model/Config/ChestsAwardConfig.cs |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/Core/GameEngine/Model/Config/ChestsAwardConfig.cs b/Core/GameEngine/Model/Config/ChestsAwardConfig.cs
index 2a853c6..4c4f0ad 100644
--- a/Core/GameEngine/Model/Config/ChestsAwardConfig.cs
+++ b/Core/GameEngine/Model/Config/ChestsAwardConfig.cs
@@ -1,6 +1,6 @@
 锘�//--------------------------------------------------------
 //    [Author]:           Fish
-//    [  Date ]:           2024骞�5鏈�17鏃�
+//    [  Date ]:           2025骞�3鏈�14鏃�
 //--------------------------------------------------------
 
 using System.Collections.Generic;
@@ -17,6 +17,9 @@
 	public readonly int BoxID;
 	public readonly int BoxLV;
 	public readonly string SelectList;
+	public readonly string FixedItem;
+	public readonly string Probability1;
+	public readonly string Probability2;
 	public readonly string JobItem;
 
 	public ChestsAwardConfig()
@@ -37,7 +40,13 @@
 
 			SelectList = tables[3];
 
-			JobItem = tables[4];
+			FixedItem = tables[4];
+
+			Probability1 = tables[5];
+
+			Probability2 = tables[6];
+
+			JobItem = tables[7];
         }
         catch (Exception ex)
         {

--
Gitblit v1.8.0