少年修仙传服务端代码子仓库
hxp
2019-06-28 610f52c190e1d6cbf5334120e79bbacd31b35558
4262 【主干】灵根加点超过65535报错
1个文件已修改
2 ■■■ 已修改文件
ServerPack/MapServerPack/HB1_Role/RolePointInfo.h 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/MapServerPack/HB1_Role/RolePointInfo.h
@@ -5,5 +5,5 @@
    tagHead         Head;
    BYTE        PointAttrIDCount;    // 点类型个数
    BYTE        PointAttrIDList[PointAttrIDCount];    // 点类型列表
    WORD        PointValueList[PointAttrIDCount];    // 点类型对应已加自由点数列表
    DWORD        PointValueList[PointAttrIDCount];    // 点类型对应已加自由点数列表
};