| System/MainInterfacePanel/LowSettingTip.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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) {