From 4f9527467e77f1ea2e0aaa278c599202068bac69 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期四, 18 四月 2019 20:19:24 +0800
Subject: [PATCH] 3335 缥缈仙域
---
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 1ec1c7f..4a5e569 100644
--- a/System/WindowJump/WindowJumpMgr.cs
+++ b/System/WindowJump/WindowJumpMgr.cs
@@ -714,6 +714,9 @@
case JumpUIType.FairyAuction:
SetJumpLogic<AuctionHouseWin>(_tagWinSearchModel.TABID);
break;
+ case JumpUIType.HazyRegion:
+ SetJumpLogic<CrossServerWin>(_tagWinSearchModel.TABID);
+ break;
default:
DebugEx.Log("鏈坊鍔犳璺宠浆鐣岄潰锛�" + jumpType);
IsJumpState = false;
@@ -1682,4 +1685,5 @@
FYZJTyp2 = 1021, //鐒氭簮涔嬬偓鐣岄潰
SHLTyp1 = 1022, //鎽勯瓊閾冪晫闈�
SHLTyp2 = 1023, //鎽勯瓊閾冪晫闈�
+ HazyRegion = 1026,//缂ョ紙浠欏煙
}
--
Gitblit v1.8.0