| ServerPack/MapServerPack/HAA_SaleActivity/FlashGiftbagInfo.h | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/MapServerPack/HAA_SaleActivity/FlashGiftbagPlayer.h | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPack/MapServerPack/HAA_SaleActivity/FlashGiftbagInfo.h
@@ -35,6 +35,7 @@ struct tagMCFlashGiftbagInfo { tagHead Head; BYTE ActNum; //活动编号 char StartDate[10]; // 开始日期 y-m-d char EndtDate[10]; // 结束日期 y-m-d WORD AdvanceMinutes; // 提前显示分钟 ServerPack/MapServerPack/HAA_SaleActivity/FlashGiftbagPlayer.h
@@ -9,6 +9,7 @@ struct tagMCFlashGiftbagPlayerInfo { tagHead Head; BYTE ActNum; //活动编号 BYTE Count; tagMCFlashGiftbagBuyCount BuyCountList[Count]; //礼包购买次数信息 };