From edcdc1be609d40329af265c97b16cbb639bec67c Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期四, 23 八月 2018 20:52:00 +0800
Subject: [PATCH] 2607【前端】仙界秘境引导优化

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

diff --git a/System/MainInterfacePanel/TopRightTip.cs b/System/MainInterfacePanel/TopRightTip.cs
index 645f61a..453c3e6 100644
--- a/System/MainInterfacePanel/TopRightTip.cs
+++ b/System/MainInterfacePanel/TopRightTip.cs
@@ -51,6 +51,10 @@
             {
                 ModelCenter.Instance.GetModel<DailyQuestModel>().currentDailyQuest = (int)DailyQuestType.Trial;
             }
+            if (NewBieCenter.Instance.inGuiding && NewBieCenter.Instance.currentGuide == 29)//浠欑晫绉樺鍔熻兘寮�鍚紩瀵�
+            {
+                ModelCenter.Instance.GetModel<DailyQuestModel>().currentDailyQuest = (int)DailyQuestType.FairyLand;
+            }
             WindowCenter.Instance.Close<MainInterfaceWin>();
             WindowCenter.Instance.Open<DailyQuestWin>();
         }

--
Gitblit v1.8.0