From 6ce4ae16561fd205c8bb3f530d5a20033f207f4f Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期五, 24 八月 2018 18:19:12 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master' into Skill_Polymorph_BeatBackPlayer

---
 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