少年修仙传服务端代码子仓库
hxp
2019-03-25 4020010021ce877ce3f36104dee0b7d1eef54b54
6385 【后端】【2.0】五行灵根开发(封包修改)
1个文件已修改
3 ■■■■ 已修改文件
ServerPack/MapServerPack/HB1_Role/RolePointInfo.h 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/MapServerPack/HB1_Role/RolePointInfo.h
@@ -3,8 +3,7 @@
struct    tagMCRolePointInfo
{
    tagHead         Head;
    WORD        FreePointTotal;    // 自由属性点总数
    BYTE        PointAttrIDCount;    // 点类型个数
    BYTE        PointAttrIDList[PointAttrIDCount];    // 点类型列表
    WORD        PointValueList[PointAttrIDCount];    // 点类型对应的点数列表
    WORD        PointValueList[PointAttrIDCount];    // 点类型对应已加自由点数列表
};