ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.py
@@ -2091,6 +2091,8 @@
                        ("WORD", "LVLimit", 0),
                        ("BYTE", "ResetType", 0),
                        ("dict", "RoundSetInfo", 0),
                        ("dict", "RoundCTGIDInfo", 0),
                        ("dict", "RoundShopTypeInfo", 0),
                        ),
                "ActLunhuidianAward":(
@@ -5642,6 +5644,8 @@
    def GetLVLimit(self): return self.attrTuple[3] # 限制等级 WORD
    def GetResetType(self): return self.attrTuple[4] # 重置类型,0-0点重置;1-5点重置 BYTE
    def GetRoundSetInfo(self): return self.attrTuple[5] # 开放轮回设定 dict
    def GetRoundCTGIDInfo(self): return self.attrTuple[6] # 轮回类型对应充值ID列表 dict
    def GetRoundShopTypeInfo(self): return self.attrTuple[7] # 轮回类型对应商店类型 dict
# 轮回殿活动奖励表
class IPY_ActLunhuidianAward():