少年修仙传客户端代码仓库
client_linchunjie
2019-01-09 816a3251e8613101a85c49393d4e301b20fb6790
5729 【前端】【1.5】时装功能开发
2个文件已修改
8 ■■■■ 已修改文件
System/FashionDress/FashionDressModel.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Utility/EnumHelper.cs 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/FashionDress/FashionDressModel.cs
@@ -16,7 +16,7 @@
        Dictionary<int, Dictionary<int, List<int>>> fashionDressQualityDict = new Dictionary<int, Dictionary<int, List<int>>>();
        const int FASHIONDRESS_REDPOINT_BASE = 10105;
        const int FASHIONDRESS_FUNC_ID = 0;
        const int FASHIONDRESS_FUNC_ID = 160;
        public readonly Redpoint redpoint = new Redpoint(101, FASHIONDRESS_REDPOINT_BASE);
        public readonly Redpoint levelUpRedpoint = new Redpoint(FASHIONDRESS_REDPOINT_BASE, 1010501);
Utility/EnumHelper.cs
@@ -374,9 +374,9 @@
    retBaldric5,     //17 佩饰
    retBaldric6,     //18 佩饰
    mount = 19,//当前的坐骑
    retFashionWeapon = 20,
    retFashionClothes = 21,
    retFashionWeapon2 = 22,
    retFashionWeapon = 20,//时装武器
    retFashionClothes = 21,//时装衣服
    retFashionWeapon2 = 22,//时装副手
    retMax,
};