hxp
2020-03-02 effcba6fc7556134b613fe4abd1f4536e0af7d19
8389 【后端开发】天星塔挑战榜(增加天星塔全服挑战表)
1个文件已修改
3 ■■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.py 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.py
@@ -1551,6 +1551,7 @@
                "SkyTowerServerChallenge":(
                        ("DWORD", "FloorID", 1),
                        ("BYTE", "RewardRecordIndex", 0),
                        ("dict", "Reward", 0),
                        ),
@@ -4775,10 +4776,12 @@
    
    def __init__(self):
        self.FloorID = 0
        self.RewardRecordIndex = 0
        self.Reward = {}
        return
        
    def GetFloorID(self): return self.FloorID # 层
    def GetRewardRecordIndex(self): return self.RewardRecordIndex # 奖励记录位索引
    def GetReward(self): return self.Reward # 奖励
# 灵根特效表