From 68c2dba9d23d0efd774479e037e597772f4b2a85 Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期二, 12 三月 2019 14:54:54 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

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

diff --git a/System/MainInterfacePanel/LowSettingTip.cs b/System/MainInterfacePanel/LowSettingTip.cs
index 14889a9..34cc84c 100644
--- a/System/MainInterfacePanel/LowSettingTip.cs
+++ b/System/MainInterfacePanel/LowSettingTip.cs
@@ -118,9 +118,6 @@
         void Strengthen1Button()
         {
             WindowCenter.Instance.Close<MainInterfaceWin>();
-            var starModel = ModelCenter.Instance.GetModel<EquipStarModel>();
-            var equipModel = ModelCenter.Instance.GetModel<EquipModel>();
-            starModel.SelectLevel(equipModel.GetLastestUnLockEquipSet());
             WindowCenter.Instance.Open<EquipFrameWin>(false, 0);
         }
 

--
Gitblit v1.8.0