From 63cfa19949d8f0ee86f04123dea17ed456ed4398 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期五, 23 十一月 2018 22:54:19 +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