From 94a2cf98b8801c167cd635923d619a921466d050 Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期五, 18 一月 2019 11:52:01 +0800 Subject: [PATCH] 5315 子 【1.5.100】登录奖励活动(初版) --- ServerPack/MapServerPack/HAA_SaleActivity/ActLoginAwardInfo.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ServerPack/MapServerPack/HAA_SaleActivity/ActLoginAwardInfo.h b/ServerPack/MapServerPack/HAA_SaleActivity/ActLoginAwardInfo.h index 55946db..0be22fa 100644 --- a/ServerPack/MapServerPack/HAA_SaleActivity/ActLoginAwardInfo.h +++ b/ServerPack/MapServerPack/HAA_SaleActivity/ActLoginAwardInfo.h @@ -14,7 +14,7 @@ DWORD TotalTimes; // 可完成的总次数,0表示不限次数 DWORD SingleTimes; // 单次领奖需要的次数 BYTE Count; // 物品数 - tagMCWeekPartyItem ItemInfo[Count]; // 物品信息 + tagMCActLoginAwardItem ItemInfo[Count]; // 物品信息 }; struct tagMCActLoginAwardDayInfo -- Gitblit v1.8.0