From 8c5225ee6ff9dc97cc80051a5b8992ec9bb50037 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期二, 24 十二月 2019 16:40:19 +0800
Subject: [PATCH] 0312 日常秘境探索跳转

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

diff --git a/System/WindowJump/WindowJumpMgr.cs b/System/WindowJump/WindowJumpMgr.cs
index e1027e1..d1e7b1e 100644
--- a/System/WindowJump/WindowJumpMgr.cs
+++ b/System/WindowJump/WindowJumpMgr.cs
@@ -324,6 +324,7 @@
             case JumpUIType.Daily_GatherSoul274:
             case JumpUIType.Daily_FairyFeast:
             case JumpUIType.Daily_FairyMatches:
+            case JumpUIType.Daily_ActivityPlace:
                 var dailyQuestId = 0;
                 int.TryParse(_tagWinSearchModel.SelectActive, out dailyQuestId);
                 dailyQuestModel.wannaLookDailyQuest = dailyQuestId;
@@ -1836,5 +1837,6 @@
     HazyRegion = 1026,//缂ョ紙浠欏煙
     Srsgs = 1027, //灏勬棩绁炲姛娉曞疂鐣岄潰
     ActivityPlace = 1028, //绉樺鎺㈢储
+    Daily_ActivityPlace = 1029, //鏃ュ父绉樺鎺㈢储
 
 }

--
Gitblit v1.8.0