From ca1cd20973b58e6fbb50b6a1e7eba3c369b55755 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期五, 23 十一月 2018 19:35:14 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
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