少年修仙传服务端代码子仓库
10415 【英文】【bt】【GM】【砍树】玩家属性果实封包优化(EatCnt已使用个数改为DWORD)
1个文件已修改
2 ■■■ 已修改文件
ServerPack/MapServerPack/HA3_Function/AttrFruitEatCntList.h 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/MapServerPack/HA3_Function/AttrFruitEatCntList.h
@@ -3,7 +3,7 @@
struct    tagMCAttrFruitEatCnt
{
    DWORD    ItemID;    //果实物品ID
    WORD    EatCnt;    //已使用个数
    DWORD    EatCnt;    //已使用个数
    DWORD    ItemAddCnt;    //增幅丹增加上限
    DWORD    ItemBreakCnt;    //增幅丹突破次数
};