From bcdbb078d7f226d02ca0345e11f9554bdabcc59b Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期四, 06 十一月 2025 20:12:36 +0800
Subject: [PATCH] 164 天子的考验-客户端 排行榜组件用自己的

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

diff --git a/Main/System/HeroUI/HeroCollectionCardCell.cs b/Main/System/HeroUI/HeroCollectionCardCell.cs
index 2a66f7e..e403273 100644
--- a/Main/System/HeroUI/HeroCollectionCardCell.cs
+++ b/Main/System/HeroUI/HeroCollectionCardCell.cs
@@ -41,7 +41,7 @@
         if (funcState == 3 || funcState == 4)
         {
             trainStateImg.SetActive(true);
-            trainStateImg.SetSprite("herofuncstate2");
+            trainStateImg.SetSprite("herofuncstate4");
         }
         else
         {

--
Gitblit v1.8.0