From 1c4c5c5cb829334303bff98837a69a9653dca714 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期一, 20 八月 2018 17:09:49 +0800
Subject: [PATCH] Merge branch 'master' into DogzDungeon

---
 System/RolePromote/RolePromoteModel.cs |   11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

diff --git a/System/RolePromote/RolePromoteModel.cs b/System/RolePromote/RolePromoteModel.cs
index d0c801b..c5accdf 100644
--- a/System/RolePromote/RolePromoteModel.cs
+++ b/System/RolePromote/RolePromoteModel.cs
@@ -710,11 +710,6 @@
         #endregion
 
         #region 涓荤晫闈㈡彁鍗�
-        RolePointModel rolePointModel
-        {
-            get { return ModelCenter.Instance.GetModel<RolePointModel>(); }
-        }
-
         PlayerMethodData methodData
         {
             get { return ModelCenter.Instance.GetModel<PlayerMethodData>(); }
@@ -750,8 +745,7 @@
 
         private void RedpointValueChangeEvent(int _id)
         {
-            if (_id == rolePointModel.addPointRedpoint.id ||
-                _id == strengthengmodel.StrengthRedpoint.id ||
+            if (_id == strengthengmodel.StrengthRedpoint.id ||
                 _id == MainRedDot.RedPoint_MountPackKey ||
                 _id == MainRedDot.Instance.redPonintPetFunc2.id ||
                 _id == MainRedDot.Instance.redPointWashFunc.id ||
@@ -795,8 +789,6 @@
             {
                 case PromoteDetailType.BetterEquip:
                     return modelInterface.CheckBetterEquip(RoleEquipType.retSpiritAnimal);
-                case PromoteDetailType.AddPoint:
-                    return ModelCenter.Instance.GetModel<RolePointModel>().addPointRedpoint.state == RedPointState.Simple;
                 case PromoteDetailType.EquipStrength:
                     return strengthengmodel.StrengthRedpoint.state == RedPointState.Simple;
                 case PromoteDetailType.Mount:
@@ -845,7 +837,6 @@
         public enum PromoteDetailType
         {
             BetterEquip,
-            AddPoint,
             EquipStrength,
             Mount,
             Pet,

--
Gitblit v1.8.0