From 203d5fe62d491d73ac3d8e140055e29a0ee0523e Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期二, 25 六月 2019 15:29:27 +0800
Subject: [PATCH] 7530 【2.0.100】【开发】日常活动新增蓬莱仙境

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

diff --git a/System/WindowJump/WindowJumpMgr.cs b/System/WindowJump/WindowJumpMgr.cs
index 579ec67..6e67610 100644
--- a/System/WindowJump/WindowJumpMgr.cs
+++ b/System/WindowJump/WindowJumpMgr.cs
@@ -324,6 +324,9 @@
                 CrossServerOneVsOneWin.funcId = oneVsOneFuncId;
                 SetJumpLogic<CrossServerWin>(_tagWinSearchModel.TABID);
                 break;
+            case JumpUIType.CrossServerBoss:
+                SetJumpLogic<CrossServerWin>(_tagWinSearchModel.TABID);
+                break;
             case JumpUIType.AncientBattle:
                 GotoNormalDungeon((int)DailyQuestType.AncientBattleGround, dungeonModel.GetBelongToLine((int)DailyQuestType.AncientBattleGround));
                 break;
@@ -1723,6 +1726,7 @@
     ExchangeActiveToken = 332,
     Daily_FairyFeast = 333,//闄愭椂娲诲姩浠欑洘瀹翠細
     Daily_FairyMatches = 334,//闄愭椂娲诲姩浠欑洘鑱旇禌
+    CrossServerBoss,//钃幈浠欏
 
     DhszTs = 1001,//瀹氭捣绁為拡鍔熸硶鎻愬崌鐣岄潰
     HyqTs = 1002,//鐨撴湀鏋姛娉曟彁鍗囩晫闈�

--
Gitblit v1.8.0