From 3d32ac1af3e03e7ed2f031f8b7646e783cf9e4cc Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期五, 23 十一月 2018 16:01:53 +0800
Subject: [PATCH] 4709 【1.3】【前端】魔族法宝副本修改(新增多个小关卡)
---
System/MainInterfacePanel/HighSettingTip.cs | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/System/MainInterfacePanel/HighSettingTip.cs b/System/MainInterfacePanel/HighSettingTip.cs
index 89dd126..2171645 100644
--- a/System/MainInterfacePanel/HighSettingTip.cs
+++ b/System/MainInterfacePanel/HighSettingTip.cs
@@ -313,6 +313,11 @@
{
_model.currentCategory = TreasureCategory.Human;
}
+ else if (RedpointCenter.Instance.GetRedpointState(TreasureModel.CATEGORY_REDPOINTIDS[(int)TreasureCategory.Demon - 1])
+ == RedPointState.Simple)
+ {
+ _model.currentCategory = TreasureCategory.Demon;
+ }
WindowCenter.Instance.Open<TreasureSelectWin>();
}
--
Gitblit v1.8.0