xdh
2019-04-09 f87b69ad9c32c75d74d40689e0d0427f0a1a6e46
PySysDB/PySysDBPY.h
@@ -1799,3 +1799,15 @@
   BYTE      NeedAlchemyLV;   //出现的炼丹等级要求
   DWORD      Weight;   //权重
};
//缥缈奇遇表
struct tagFairyAdventures
{
   WORD      _ID;   //ΨһID
   DWORD      OpenServerDay;   //开服天
   BYTE      EventID;   //事件编号
   list      Condition;   //条件
   list      GearAward;   //档位奖励
   list      BasicAward;   //保底奖励
};