From 416fbb174c1a8a6ed97e8fdee6c374a64f6fe027 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期六, 29 九月 2018 21:18:56 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/WindowJump/WindowJumpMgr.cs |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/System/WindowJump/WindowJumpMgr.cs b/System/WindowJump/WindowJumpMgr.cs
index 3322f73..130ee97 100644
--- a/System/WindowJump/WindowJumpMgr.cs
+++ b/System/WindowJump/WindowJumpMgr.cs
@@ -338,6 +338,16 @@
                     }
                 }
                 break;
+            case JumpUIType.CeremonyRecharge:
+            case JumpUIType.CeremonyFire:
+            case JumpUIType.CeremonyPeopleToHi:
+            case JumpUIType.CeremonyOutof:
+                if (!OperationTimeHepler.Instance.SatisfyOpenCondition(Operation.FairyCeremony))
+                {
+                    SysNotifyMgr.Instance.ShowTip("InOperationTimeError");
+                    return;
+                }
+                break;
         }
 
         DebugEx.Log("WindowJumpTo" + jumpType);
@@ -773,6 +783,12 @@
                 dungeonModel.selectedTrialDungeon = dungeon;
                 SetJumpLogic<TrialDungeonEntranceWin>(_tagWinSearchModel.TABID);
                 break;
+            case JumpUIType.CeremonyRecharge:
+            case JumpUIType.CeremonyFire:
+            case JumpUIType.CeremonyPeopleToHi:
+            case JumpUIType.CeremonyOutof:
+                SetJumpLogic<FairylandCeremonyWin>(_tagWinSearchModel.TABID);
+                break;
             case JumpUIType.FaBaoSoul_BenYuan:
             case JumpUIType.FaBaoSoul_FengMo:
             case JumpUIType.FaBaoSoul_Strength:
@@ -1108,6 +1124,7 @@
         //Match curMatch = regex.Match("4**锛坅bc锛夛紵789Y0649");
 
     }
+
 }
 
 
@@ -1330,6 +1347,10 @@
     EquipCompose2 = 236, //瑁呭鍚堟垚-榫欓瓊绾笁
     EquipCompose3 = 237, //瑁呭鍚堟垚-鐏电懚绾簩
     EquipCompose4 = 238, //瑁呭鍚堟垚-鐏电懚绾笁
+    CeremonyRecharge = 244, //浠欑晫鐩涘吀鍏呭�煎ぇ绀肩晫闈�
+    CeremonyFire = 245, //浠欑晫鐩涘吀鐑熻姳鐙傛鐣岄潰
+    CeremonyPeopleToHi = 246, //浠欑晫鐩涘吀鍏ㄦ皯鏉ュ棬鐣岄潰
+    CeremonyOutof = 247, //浠欑晫鐩涘吀缁濈増闄嶄复鐣岄潰
     DhszTs = 1001,//瀹氭捣绁為拡鍔熸硶鎻愬崌鐣岄潰
     HyqTs = 1002,//鐨撴湀鏋姛娉曟彁鍗囩晫闈�
     GyzTs = 1003,//楝肩墮鍒冨姛娉曟彁鍗囩晫闈�

--
Gitblit v1.8.0