From f91ab7a5aee29d13ae19333bdd57f6b4ac84d634 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 13 六月 2024 14:23:02 +0800 Subject: [PATCH] 10178 【越南】【香港】【主干】挂机奖励(集字活动、垃圾分类活动支持掉落活动物品; 终身卡免费领取快速挂机收益;) --- ServerPack/MapServerPack/HB1_Role/GuajiInfo.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ServerPack/MapServerPack/HB1_Role/GuajiInfo.h b/ServerPack/MapServerPack/HB1_Role/GuajiInfo.h index 388cce2..cfcb906 100644 --- a/ServerPack/MapServerPack/HB1_Role/GuajiInfo.h +++ b/ServerPack/MapServerPack/HB1_Role/GuajiInfo.h @@ -10,6 +10,6 @@ DWORD ExpPoint; // 已累计经验,整除亿部分 BYTE MoneyInfoLen; char MoneyInfo[MoneyInfoLen]; // 已累计货币 [[货币类型, 货币值], ...] - BYTE ItemInfoLen; + WORD ItemInfoLen; char ItemInfo[ItemInfoLen]; // 已累计物品 [[物品ID, 个数], ...] }; -- Gitblit v1.8.0