ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetSendPack.py
@@ -31400,6 +31400,7 @@ ("Cmd", c_ubyte), ("SubCmd", c_ubyte), ("Floor", c_int), # 已通关层 ("ServerRewardRecord", c_int), #全服挑战层领奖记录,按奖励记录二进制位存储是否已领取 ] def __init__(self): @@ -31417,6 +31418,7 @@ self.Cmd = 0xB2 self.SubCmd = 0x13 self.Floor = 0 self.ServerRewardRecord = 0 return def GetLength(self): @@ -31429,12 +31431,14 @@ DumpString = '''// B2 13 天星塔通关层数 //tagMCSkyTowerInfo: Cmd:%s, SubCmd:%s, Floor:%d Floor:%d, ServerRewardRecord:%d '''\ %( self.Cmd, self.SubCmd, self.Floor self.Floor, self.ServerRewardRecord ) return DumpString