From 897b9d2f29b8ad5f7ded302203e570fa573b224c Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期三, 28 一月 2026 18:36:40 +0800
Subject: [PATCH] 411 定军阁-客户端

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

diff --git a/Main/Config/Configs/FBDJGEffectConfig.cs b/Main/Config/Configs/FBDJGEffectConfig.cs
index b06b61c..8e2d17a 100644
--- a/Main/Config/Configs/FBDJGEffectConfig.cs
+++ b/Main/Config/Configs/FBDJGEffectConfig.cs
@@ -1,6 +1,6 @@
 锘�//--------------------------------------------------------
 //    [Author]:           YYL
-//    [  Date ]:           Thursday, January 8, 2026
+//    [  Date ]:           2026骞�1鏈�28鏃�
 //--------------------------------------------------------
 
 using System.Collections.Generic;
@@ -21,6 +21,7 @@
 	public int EffQuality;
 	public int AttrID;
 	public int AttrValue;
+	public int RandWeight;
 
     public override int LoadKey(string _key)
     {
@@ -41,6 +42,8 @@
 			int.TryParse(tables[3],out AttrID); 
 
 			int.TryParse(tables[4],out AttrValue); 
+
+			int.TryParse(tables[5],out RandWeight); 
         }
         catch (Exception exception)
         {

--
Gitblit v1.8.0