ServerPython/CoreServerGroup/GameServer/Script/ChPyNetPack.py
@@ -10153,6 +10153,7 @@ ("Cmd", c_ubyte), ("SubCmd", c_ubyte), ("SuccID", c_int), #成就ID ("IsPassport", c_ubyte), #是否通行证奖励 ] def __init__(self): @@ -10170,6 +10171,7 @@ self.Cmd = 0xA5 self.SubCmd = 0x42 self.SuccID = 0 self.IsPassport = 0 return def GetLength(self): @@ -10182,12 +10184,14 @@ DumpString = '''// A5 42 领取成就奖励 //tagMCGetSuccessAward: Cmd:%s, SubCmd:%s, SuccID:%d SuccID:%d, IsPassport:%d '''\ %( self.Cmd, self.SubCmd, self.SuccID self.SuccID, self.IsPassport ) return DumpString