From 1b2a902d635669056b793b654eaaf80e16d6373f Mon Sep 17 00:00:00 2001
From: QD-PangDeRong <593317293@qq.com>
Date: 星期四, 09 八月 2018 14:27:48 +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 14fe3fe..7c3e693 100644
--- a/System/MainInterfacePanel/TopRightTip.cs
+++ b/System/MainInterfacePanel/TopRightTip.cs
@@ -47,6 +47,10 @@
{
ModelCenter.Instance.GetModel<DailyQuestModel>().currentDailyQuest = (int)DailyQuestType.FairyLand;
}
+ if (NewBieCenter.Instance.inGuiding && NewBieCenter.Instance.currentGuide == TrialDungeonModel.TRIALEXCHANGE_GUIDE)
+ {
+ ModelCenter.Instance.GetModel<DailyQuestModel>().currentDailyQuest = (int)DailyQuestType.Trial;
+ }
WindowCenter.Instance.Close<MainInterfaceWin>();
WindowCenter.Instance.Open<DailyQuestWin>();
}
--
Gitblit v1.8.0