From 31efa47c430874f95f4ff5503372f0cf6ecb53ae Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期二, 04 十二月 2018 18:28:30 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 Fight/GameActor/GA_PlayerClient.cs |   28 ++++++++++++++++------------
 1 files changed, 16 insertions(+), 12 deletions(-)

diff --git a/Fight/GameActor/GA_PlayerClient.cs b/Fight/GameActor/GA_PlayerClient.cs
index 7e14cb4..81453e9 100644
--- a/Fight/GameActor/GA_PlayerClient.cs
+++ b/Fight/GameActor/GA_PlayerClient.cs
@@ -65,13 +65,13 @@
 
                 if (_itemInfo.place == (int)RoleEquipType.retClothes)
                 {
-                    m_SuitLevel = 0;
-                    if (_itemInfo.isSuit == 1)
-                    {
-                        m_SuitLevel = (byte)_itemInfo.suitLevel;
-                    }
+                    //m_SuitLevel = 0;
+                    //if (_itemInfo.isSuit == 1)
+                    //{
+                    //    m_SuitLevel = (byte)_itemInfo.suitLevel;
+                    //}
                     SwitchClothes((uint)_itemInfo.id);
-                    ChangeEquip(_itemInfo.place, (uint)_itemInfo.id, m_SuitLevel);
+                    //ChangeEquip(_itemInfo.place, (uint)_itemInfo.id, m_SuitLevel);
                     break;
                 }
             }
@@ -110,13 +110,13 @@
                     ActorInfo.horseItemID = (uint)_itemInfo.id;
                 }
 
-                m_SuitLevel = 0;
-                if (_itemInfo.isSuit == 1)
-                {
-                    m_SuitLevel = (byte)_itemInfo.suitLevel;
-                }
+                //m_SuitLevel = 0;
+                //if (_itemInfo.isSuit == 1)
+                //{
+                //    m_SuitLevel = (byte)_itemInfo.suitLevel;
+                //}
 
-                ChangeEquip(_itemInfo.place, (uint)_itemInfo.id, m_SuitLevel);
+                //ChangeEquip(_itemInfo.place, (uint)_itemInfo.id, m_SuitLevel);
             }
         }
 
@@ -134,6 +134,10 @@
         RequestName();
     }
 
+    public override void ChangeEquip(EquipInfo equipInfo)
+    {
+    }
+
     public sealed override void Destroy()
     {
     }

--
Gitblit v1.8.0