From 5a4e34c8a85737c0fa5b5775122da31155cbaef3 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期一, 09 二月 2026 14:46:01 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts

---
 Main/Config/Configs/HeroBreakConfig.cs |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/Main/Config/Configs/HeroBreakConfig.cs b/Main/Config/Configs/HeroBreakConfig.cs
index 310b90e..e0f551c 100644
--- a/Main/Config/Configs/HeroBreakConfig.cs
+++ b/Main/Config/Configs/HeroBreakConfig.cs
@@ -1,6 +1,6 @@
 锘�//--------------------------------------------------------
 //    [Author]:           YYL
-//    [  Date ]:           Monday, August 4, 2025
+//    [  Date ]:           Tuesday, September 16, 2025
 //--------------------------------------------------------
 
 using System.Collections.Generic;
@@ -12,7 +12,8 @@
 {
     static HeroBreakConfig()
     {
-        dic.Clear();
+        // 璁块棶杩囬潤鎬佹瀯閫犲嚱鏁�
+        visit = true; 
     }
 
     public int BreakID;
@@ -21,6 +22,7 @@
 	public int[] AttrIDList;
 	public int[] AttrValueList;
 	public int SkillID;
+	public string SkillIName;
 
     public override int LoadKey(string _key)
     {
@@ -67,6 +69,8 @@
 			}
 
 			int.TryParse(tables[5],out SkillID); 
+
+			SkillIName = tables[6];
         }
         catch (Exception exception)
         {

--
Gitblit v1.8.0