From 0aa7286a3b6329e43b6183c768a28a055974300b Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 13 四月 2026 22:07:26 +0800
Subject: [PATCH] 614 子 【武将】升星优化 / 【武将】升星优化-客户端

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

diff --git a/Main/Config/Configs/HeroQualityBreakConfig.cs b/Main/Config/Configs/HeroQualityBreakConfig.cs
index a2c5261..d3ceb59 100644
--- a/Main/Config/Configs/HeroQualityBreakConfig.cs
+++ b/Main/Config/Configs/HeroQualityBreakConfig.cs
@@ -1,6 +1,6 @@
 锘�//--------------------------------------------------------
 //    [Author]:           YYL
-//    [  Date ]:           Tuesday, December 9, 2025
+//    [  Date ]:           2026骞�4鏈�10鏃�
 //--------------------------------------------------------
 
 using System.Collections.Generic;
@@ -21,6 +21,7 @@
 	public int BreakLV;
 	public int UPLVNeed;
 	public int[][] UPCostItemList;
+	public int UPLVNeedStar;
 
     public override int LoadKey(string _key)
     {
@@ -41,6 +42,8 @@
 			int.TryParse(tables[3],out UPLVNeed); 
 
 			UPCostItemList = JsonMapper.ToObject<int[][]>(tables[4].Replace("(", "[").Replace(")", "]")); 
+
+			int.TryParse(tables[5],out UPLVNeedStar); 
         }
         catch (Exception exception)
         {

--
Gitblit v1.8.0