hxp
2021-03-12 bff02e0f7729e3137a86ab1e7e1fba860a9103b6
PySysDB/PySysDBPY.h
@@ -1656,6 +1656,29 @@
   list      CTGIDGroupList;   //充值编号组列表 [[ctgID, ...], ...]
};
//多日连充活动表
struct tagActManyDayRecharge
{
   DWORD      _CfgID;   //配置ID
   char      StartDate;   //开启日期
   char      EndDate;   //结束日期
   WORD      LVLimit;   //限制等级
   WORD      TemplateID;   //模板编号
};
//多日连充模板表
struct tagActManyDayRechargeAward
{
   DWORD      _TemplateID;   //模板ID
   DWORD      NeedRecharge;   //所需充值额度
   BYTE      NeedDays;   //所需充值天数
   BYTE      AwardIndex;   //奖励索引
   dict      AwardItemInfo;   //奖励物品信息  {世界等级范围:[[物品ID,个数,是否拍品], ...]}
   char       NotifyKey;   //广播
};
//法宝副本表
struct tagMagicWeaponFB