PySysDB/PySysDBG.h
@@ -424,6 +424,18 @@
   BYTE      LimitVIPLV;   //需要VIP等级
};
//物品表
struct tagChinItem
{
   DWORD      _ItemID;   //物品ID
   BYTE      ItemType;   //物品类型
   DWORD      Effect1;   //道具使用效果1
   DWORD      EffectValueA1;   //效果1的a值
   DWORD      EffectValueB1;   //效果1的b值
   DWORD      EffectValueC1;   //效果1的c值
};
//NPC表
struct tagChinNPC
@@ -1587,6 +1599,8 @@
   DWORD      TitleID;   //称号ID
   list      AwardItemList;   //晋级仙宫奖励物品列表
   char      MailKey;   //仙官通知邮件
   BYTE      WorshipType;   //膜拜类型
   DWORD      WorshipValue;   //膜拜值
};
//缥缈仙域表