From effcba6fc7556134b613fe4abd1f4536e0af7d19 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 02 三月 2020 18:35:21 +0800
Subject: [PATCH] 8389 【后端开发】天星塔挑战榜(增加天星塔全服挑战表)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.py
index d529c37..3567740 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.py
+++ b/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 # 奖励
 
 # 灵根特效表

--
Gitblit v1.8.0