少年修仙传客户端代码仓库
client_Hale
2019-01-16 09a127a9d089055bc676694715f8455768de2a39
382 修复无副手的时候替换衣服手臂没有加载问题
1个文件已修改
5 ■■■■ 已修改文件
Fight/GameActor/GActorPlayerBase.cs 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Fight/GameActor/GActorPlayerBase.cs
@@ -1077,7 +1077,10 @@
        }
        else
        {
            SwitchHand(false);
            if (!m_EquipDict.ContainsKey((int)RoleEquipType.retWeapon2))
            {
                SwitchHand(true);
            }
        }
        // 重新确定当前状态