PySysDB/PySysDBPY.h
@@ -121,16 +121,6 @@
};
//装备全身强化属性
struct tagItemPlusSumAttr
{
   WORD      _PlusCntNeed;   //全身强化等级
   list      AttrType;   //全身强化激活属性类型
   list      AttrValue;   //全身强化激活属性值
};
//装备全身星数属性
struct tagRoleEquipStars
@@ -235,17 +225,6 @@
   DWORD      CostItemID;      // 固定消耗物品ID
   BYTE      CostItemCount;   // 固定消耗物品个数
   list      GoldWashCostList;   // 仙玉洗练条数对应消耗
};
//洗练特殊属性表 #tagEquipWashSpec
struct   tagEquipWashSpec
{
   BYTE      _WashTypeNeed;   // 所需装备归组类型
   BYTE      _WashLVNeed;   // 所需洗练等级
   list      AddAttrType;   //激活加成属性类型
   list      AddAttrValue;   //激活加成属性值
};