hxp
2023-01-06 ff3e540bb725cccaff39d0582b53a2070ad47436
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.py
@@ -362,7 +362,6 @@
                        ("BYTE", "GubaoQuality", 0),
                        ("DWORD", "UnlockItemID", 0),
                        ("BYTE", "UnlockItemCnt", 0),
                        ("list", "GiveSkillIDInfo", 0),
                        ),
                "GubaoStar":(
@@ -2751,15 +2750,13 @@
        self.GubaoID = 0
        self.GubaoQuality = 0
        self.UnlockItemID = 0
        self.UnlockItemCnt = 0
        self.GiveSkillIDInfo = []
        self.UnlockItemCnt = 0
        return
        
    def GetGubaoID(self): return self.GubaoID # 古宝ID
    def GetGubaoQuality(self): return self.GubaoQuality # 古宝品质
    def GetUnlockItemID(self): return self.UnlockItemID # 解锁所需物品ID
    def GetUnlockItemCnt(self): return self.UnlockItemCnt # 解锁所需物品数量
    def GetGiveSkillIDInfo(self): return self.GiveSkillIDInfo # 获得职业技能ID
    def GetUnlockItemCnt(self): return self.UnlockItemCnt # 解锁所需物品数量
# 古宝升星表
class IPY_GubaoStar():