少年修仙传客户端代码仓库
client_Zxw
2019-01-16 b73ea3db37f14ffb23392cd7a7adbbab9ae69641
Fight/GameActor/GActorPlayerBase.cs
@@ -236,6 +236,8 @@
        HideSecondaryEffect();
        HideHorseEffect();
        m_EquipDict.Clear();
        if (m_HorseModel)
        {
            HorseConfig _horseConfig = Config.Instance.Get<HorseConfig>((int)HorseID);
@@ -650,7 +652,7 @@
        }
        int _baseHandResID = ModelResConfig.GetHandByClothesID((int)ClothesItemID);
        int _resID = _baseHandResID;
        if(JobSetup.Job == 2)
        if (JobSetup.Job == 2)
        {
            _resID = JobSetup.BaseEquip[2];
        }
@@ -1075,7 +1077,10 @@
        }
        else
        {
            SwitchHand(false);
            if (!m_EquipDict.ContainsKey((int)RoleEquipType.retWeapon2))
            {
                SwitchHand(true);
            }
        }
        // 重新确定当前状态
@@ -1122,6 +1127,7 @@
            }
            m_ClothesModel.transform.localRotation = Quaternion.identity;
        }
        if (State == E_ActorState.AutoRun ||