ServerPython/CoreServerGroup/GameServer/Script/IpyGameDataPY.py
@@ -394,6 +394,7 @@
                "CrossRealmPKDan":(
                        ("BYTE", "DanLV", 1),
                        ("WORD", "LVUpScore", 0),
                        ("list", "MatchRange", 0),
                        ),
                }
@@ -1155,11 +1156,13 @@
    
    def __init__(self):
        self.DanLV = 0
        self.LVUpScore = 0
        self.LVUpScore = 0
        self.MatchRange = []
        return
        
    def GetDanLV(self): return self.DanLV # 段位等级
    def GetLVUpScore(self): return self.LVUpScore # 升段位所需积分
    def GetLVUpScore(self): return self.LVUpScore # 升段位所需积分
    def GetMatchRange(self): return self.MatchRange # 可匹配到的玩家段位区间 [从段位A, 到段位B],配[]代表只匹配本段位的
def Log(msg, playerID=0, par=0):