From 7291dd3b0c574e25e859fbbf9472a9f1d2291fa3 Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期四, 23 八月 2018 22:03:46 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
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