From a7ec5ce85c5eb849ec64a6900a8cc18f01efe5c6 Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期五, 13 九月 2024 20:01:26 +0800
Subject: [PATCH] 10250 仙宫 Jump规则
---
System/WindowJump/WindowJumpMgr.cs | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/System/WindowJump/WindowJumpMgr.cs b/System/WindowJump/WindowJumpMgr.cs
index 2687802..978a58c 100644
--- a/System/WindowJump/WindowJumpMgr.cs
+++ b/System/WindowJump/WindowJumpMgr.cs
@@ -867,7 +867,7 @@
case JumpUIType.ActivityPlace:
SetJumpLogic<ActivityPlaceWin>(_tagWinSearchModel.TABID);
break;
-
+
case JumpUIType.Alchemy1:
case JumpUIType.Alchemy2:
case JumpUIType.Alchemy3:
@@ -914,7 +914,7 @@
SetJumpLogic<ExchangeActiveTokenWin>();
break;
case JumpUIType.SpiritWeapon:
- SetJumpLogic("SpiritEquipWin", 0 ,false);
+ SetJumpLogic("SpiritEquipWin", 0, false);
break;
case JumpUIType.SpiritBreach:
SetJumpLogic("SpiritEquipWin", 1, false);
@@ -1491,7 +1491,7 @@
}
break;
case JumpUIType.default12:
- if(!FosterModel.Instance.CheckHorseOpen(false))
+ if (!FosterModel.Instance.CheckHorseOpen(false))
{
return false;
}
@@ -1521,6 +1521,7 @@
break;
case JumpUIType.CelestialPalaceCell:
case JumpUIType.CelestialPalaceTree:
+ WindowCenter.Instance.CloseAll();
if (!FuncOpen.Instance.IsFuncOpen(ModelCenter.Instance.GetModel<CelestialPalaceModel>().FuncId))
{
return false;
--
Gitblit v1.8.0