ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.py
@@ -124,6 +124,8 @@ pid = curPlayer.NomalDictGetProperty(ChConfig.Def_Player_Dict_PlayerFromPID) dataDict["pid"] = pid dataDict["fightPower"] = curPlayer.GetFightPower() dataDict["PlayerLV"] = curPlayer.GetLV() dataDict["IP"] = curPlayer.GetIP() dataDict["time"] = str(datetime.datetime.today()).split(".")[0] dataStr = str(dataDict)