少年修仙传客户端代码仓库
client_Wu Xijin
2018-12-04 31efa47c430874f95f4ff5503372f0cf6ecb53ae
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()
    {
    }