xdh
2018-11-13 7cf1869b1e6ee737eebb37c6e6d8721100229daf
ServerPython/CoreServerGroup/GameServer/Script/ChPyNetSendPack.py
@@ -12705,6 +12705,7 @@
                  ("LV", c_ubyte),    
                  ("Exp", c_int),    
                  ("State", c_ubyte),    #是否点击法宝认主
                  ("FBPassLV", c_ubyte),    #副本关卡
                  ]
    def __init__(self):
@@ -12721,6 +12722,7 @@
        self.LV = 0
        self.Exp = 0
        self.State = 0
        self.FBPassLV = 0
        return
    def GetLength(self):
@@ -12734,13 +12736,15 @@
                                MWID:%d,
                                LV:%d,
                                Exp:%d,
                                State:%d
                                State:%d,
                                FBPassLV:%d
                                '''\
                                %(
                                self.MWID,
                                self.LV,
                                self.Exp,
                                self.State
                                self.State,
                                self.FBPassLV
                                )
        return DumpString