From 9388a25ed33fe004b6e5e6e4730e4f67715d1864 Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期五, 17 四月 2026 14:44:37 +0800
Subject: [PATCH] 492 武将登场 高级战令

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

diff --git a/Main/System/UIBase/UIJumpManager.cs b/Main/System/UIBase/UIJumpManager.cs
index 88b98a0..e7059a2 100644
--- a/Main/System/UIBase/UIJumpManager.cs
+++ b/Main/System/UIBase/UIJumpManager.cs
@@ -64,7 +64,7 @@
 		//姝﹀皢鐧诲満鐩稿叧
 		else if (config.WinName == "HeroDebutCallWin" || config.WinName == "HeroDebutSkinWin" ||
 				config.WinName == "HeroDebutCheckInWin" || config.WinName == "HeroDebutGiftWin" ||
-				config.WinName == "HeroDebutShopWin")
+				config.WinName == "HeroDebutShopWin" || config.WinName == "HeroDebutZhanLingWin")
 		{
 			var heroDebutAct = HeroDebutManager.Instance.GetOperationHeroAppearInfo();
 			if (heroDebutAct == null)

--
Gitblit v1.8.0