From 1635afda5a72c9b249f120836b7704b0a84de1d9 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期二, 25 九月 2018 20:12:11 +0800
Subject: [PATCH] 3845【前端】法宝列表选项选中规则

---
 System/MainInterfacePanel/HighSettingTip.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/System/MainInterfacePanel/HighSettingTip.cs b/System/MainInterfacePanel/HighSettingTip.cs
index 20378b9..d534a49 100644
--- a/System/MainInterfacePanel/HighSettingTip.cs
+++ b/System/MainInterfacePanel/HighSettingTip.cs
@@ -294,7 +294,8 @@
             {
                 _model.currentCategory = TreasureCategory.Demon;
             }
-            else if (RedpointCenter.Instance.GetRedpointState(7001) == RedPointState.Simple)
+            else if (RedpointCenter.Instance.GetRedpointState(TreasureModel.CATEGORY_REDPOINTIDS[(int)TreasureCategory.Human - 1])
+                == RedPointState.Simple)
             {
                 _model.currentCategory = TreasureCategory.Human;
             }

--
Gitblit v1.8.0