From 2142bbf1f6962e3f0a104759b58ef6b4b995fd76 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期四, 11 十二月 2025 21:44:29 +0800
Subject: [PATCH] 0312 X秒未点击挑战BOSS引导提醒;loading图文字提醒;登录首次打开武将列表界面显示全体属性提醒;修复非上阵武将吞噬没红点问题

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

diff --git a/Main/System/Main/HeroFightingCardCell.cs b/Main/System/Main/HeroFightingCardCell.cs
index b5b4d6d..73c1b92 100644
--- a/Main/System/Main/HeroFightingCardCell.cs
+++ b/Main/System/Main/HeroFightingCardCell.cs
@@ -138,7 +138,7 @@
             }
             return;
         }
-        UIManager.Instance.OpenWindow<HeroCallWin>();
+        UIManager.Instance.OpenWindow<HeroPosWin>();
     }
     void OnSkillCast(bool isfighting)
     {

--
Gitblit v1.8.0