From cd391a2adcd1072ae21550c1a532bdc9d971f705 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 25 九月 2023 00:20:08 +0800
Subject: [PATCH] 9936 【BT0.1】【主干】人族法宝(任务 进度)给予奖励 调整封包
---
ServerPack/MapServerPack/HA3_Function/CustomAwardInfo.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ServerPack/MapServerPack/HA3_Function/CustomAwardInfo.h b/ServerPack/MapServerPack/HA3_Function/CustomAwardInfo.h
index d65899f..5864d3a 100644
--- a/ServerPack/MapServerPack/HA3_Function/CustomAwardInfo.h
+++ b/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]; // 记录列表
};
--
Gitblit v1.8.0