xdh
2019-05-22 891a2af289337f51f655be141d3d5aeef76885d3
PySysDB/PySysDBPY.h
@@ -836,19 +836,6 @@
   list      ItemBind;   //是否绑定
};
//法宝铸炼表
struct tagTreasureRefine
{
    WORD    _TreasureID;    //法宝id
    BYTE    _TreasureLV;    //法宝阶数
    dict    TreasureAttr;    //属性(最多3条)
    dict    Material;    //铸炼材料
    WORD    SuccessRate;   //成功率
    DWORD   OpenSkill;  //解锁技能
   BYTE   NeedAlchemyLV; //所需炼丹等级
   BYTE   NeedAllTreasureLV; //所需所有法宝等级
};
//炼丹炉等级表