From 572e6eb0992a9618e8d943790634370a73eb880f Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期日, 28 四月 2019 21:29:02 +0800
Subject: [PATCH] 3432 【2.0】【BUG】技能升级界面报错
---
System/MainInterfacePanel/LowSettingTip.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/System/MainInterfacePanel/LowSettingTip.cs b/System/MainInterfacePanel/LowSettingTip.cs
index e568e52..b3c51fc 100644
--- a/System/MainInterfacePanel/LowSettingTip.cs
+++ b/System/MainInterfacePanel/LowSettingTip.cs
@@ -86,11 +86,11 @@
var talentModel = ModelCenter.Instance.GetModel<TalentModel>();
if (skillModel.passSkillRedpoint.state == RedPointState.Simple)
{
- WindowCenter.Instance.Open<SkillWin>(false, 1);
+ WindowCenter.Instance.Open<SkillWin>(false, 2);
}
else if (treasureSkillModel.redpoint.state == RedPointState.Simple)
{
- WindowCenter.Instance.Open<SkillWin>(false, 2);
+ WindowCenter.Instance.Open<SkillWin>(false, 1);
}
else if (talentModel.talentRedpoint.state == RedPointState.Simple)
{
--
Gitblit v1.8.0