From 8589ec3bb98ff6c0207d0783838454204956418e Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期四, 29 一月 2026 15:43:52 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts

---
 Main/Config/Configs/HeroTalentConfig.cs |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/Main/Config/Configs/HeroTalentConfig.cs b/Main/Config/Configs/HeroTalentConfig.cs
index 0462a49..459636a 100644
--- a/Main/Config/Configs/HeroTalentConfig.cs
+++ b/Main/Config/Configs/HeroTalentConfig.cs
@@ -1,6 +1,6 @@
 锘�//--------------------------------------------------------
 //    [Author]:           YYL
-//    [  Date ]:           2025骞�8鏈�5鏃�
+//    [  Date ]:           Wednesday, January 28, 2026
 //--------------------------------------------------------
 
 using System.Collections.Generic;
@@ -21,6 +21,9 @@
 	public int Quality;
 	public int AttrID;
 	public int AttrValue;
+	public int InitWeight;
+	public int WashWeight;
+	public int AweakWeight;
 
     public override int LoadKey(string _key)
     {
@@ -41,6 +44,12 @@
 			int.TryParse(tables[3],out AttrID); 
 
 			int.TryParse(tables[4],out AttrValue); 
+
+			int.TryParse(tables[5],out InitWeight); 
+
+			int.TryParse(tables[6],out WashWeight); 
+
+			int.TryParse(tables[7],out AweakWeight); 
         }
         catch (Exception exception)
         {

--
Gitblit v1.8.0