少年修仙传服务端代码子仓库
ServerPack/MapServerPack/HAA_SaleActivity/ActSingleRechargeInfo.h
@@ -18,11 +18,12 @@
struct    tagMCActSingleRechargeInfo
{
   tagHead      Head;
   BYTE      ActNum;      //活动编号
   BYTE      ActNum;      // 活动编号
   char      StartDate[10];   // 开始日期 y-m-d
   char      EndtDate[10];   // 结束日期 y-m-d
   BYTE      IsDayReset;   //是否每天重置
   BYTE      IsDayReset;   // 是否每天重置
   WORD      LimitLV;   // 限制等级
   BYTE      AwardRuleType;   // 领奖规则类型 0-向下兼容;1-匹配最高档;2-精确匹配对应档次
   BYTE      AwardCount;   // 奖励档数
   tagMCActSingleRechargeAward      AwardInfo[AwardCount];   // 奖励档信息
};