From b5c4db7359ef92000a5969651e68e71e044625e4 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期五, 27 二月 2026 17:23:00 +0800
Subject: [PATCH] 501 【武将】武将时装 - 同步封包

---
 Main/System/HeroUI/HeroCollectionLvUpWin.cs |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/Main/System/HeroUI/HeroCollectionLvUpWin.cs b/Main/System/HeroUI/HeroCollectionLvUpWin.cs
index cf71fb2..776d987 100644
--- a/Main/System/HeroUI/HeroCollectionLvUpWin.cs
+++ b/Main/System/HeroUI/HeroCollectionLvUpWin.cs
@@ -95,8 +95,8 @@
         {
             // fullPanel.SetActive(true);
             lvupPanel.SetActive(state == 1);
-            fullHeadCell.Init(HeroUIManager.Instance.selectCollectHeroID, config.SkinIDList[0], colData.BookStarLV);
-            name3.text = colData.BookBreakLV == 0 ? config.Name : Language.Get("herocardbreaklv", config.Name, colData.BookBreakLV);
+            fullHeadCell.Init(HeroUIManager.Instance.selectCollectHeroID, config.SkinIDList[0]);
+            name3.text = config.Name;
 
 
             btn.SetActive(true);
@@ -109,8 +109,6 @@
             awardInfo.text = string.Empty;
             unActiveGo.SetActive(false);
             // titleText.text = Language.Get("HeroAwake12");
-            int afterBreakLV = colData.BookBreakLV;
-            int afterStarLV = colData.BookStarLV;
             if (state == 1)
             {
                 lvupPanel.SetActive(true);

--
Gitblit v1.8.0