ServerPython/CoreServerGroup/GameServer/Script/ChPyNetSendPack.py
@@ -26841,6 +26841,7 @@ ("SeasonID", c_ushort), # 赛季ID ("Order", c_ushort), # 名次 ("DanLV", c_ubyte), # 段位 ("Score", c_int), # 积分 ("AwardLV", c_ubyte), # 赛季结算奖励等级,比如王者法宝的属性取该等级对应属性 ] @@ -26857,6 +26858,7 @@ self.SeasonID = 0 self.Order = 0 self.DanLV = 0 self.Score = 0 self.AwardLV = 0 return @@ -26871,12 +26873,14 @@ SeasonID:%d, Order:%d, DanLV:%d, Score:%d, AwardLV:%d '''\ %( self.SeasonID, self.Order, self.DanLV, self.Score, self.AwardLV ) return DumpString