From 53ce447affac8557a2c0570875d41f45590372d4 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 10 九月 2025 15:46:26 +0800
Subject: [PATCH] 117 【武将】武将系统 - 满级预览

---
 Main/System/HeroUI/HeroCollectionCardCell.cs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/Main/System/HeroUI/HeroCollectionCardCell.cs b/Main/System/HeroUI/HeroCollectionCardCell.cs
index c947636..2a66f7e 100644
--- a/Main/System/HeroUI/HeroCollectionCardCell.cs
+++ b/Main/System/HeroUI/HeroCollectionCardCell.cs
@@ -76,6 +76,11 @@
             {
                 UIManager.Instance.OpenWindow<HeroCollectionLvUpWin>();
             }
+            else
+            {
+                HeroUIManager.Instance.selectForPreviewHeroID = heroID;
+                UIManager.Instance.OpenWindow<HeroBestWin>();
+            }
         });
         
         bookLVBtn.AddListener(() =>

--
Gitblit v1.8.0