少年修仙传服务端代码子仓库
hxp
2023-09-25 cd391a2adcd1072ae21550c1a532bdc9d971f705
9936 【BT0.1】【主干】人族法宝(任务 进度)给予奖励 调整封包
1个文件已修改
4 ■■■■ 已修改文件
ServerPack/MapServerPack/HA3_Function/CustomAwardInfo.h 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/MapServerPack/HA3_Function/CustomAwardInfo.h
@@ -2,7 +2,7 @@
struct    tagMCCustomAwardState
{
    BYTE        KeyNum;        // 奖励记录key编号,0~255,每个key存31个ID记录  0-30为编号0, 31-61为编号1..
    WORD        KeyNum;        // 奖励记录key编号,0~255,每个key存31个ID记录  0-30为编号0, 31-61为编号1..
    DWORD        CanGetState;    // 是否可领取;按位记录是否可领取
    DWORD        GetState;        // 是否已领取;按位记录是否已领取
};
@@ -10,6 +10,6 @@
struct    tagMCCustomAwardInfo
{
    tagHead        Head;
    BYTE        RecordStateCnt;    // 记录个数
    WORD        RecordStateCnt;    // 记录个数
    tagMCCustomAwardState        RecordStateList[RecordStateCnt];    // 记录列表
};