hch
2018-11-24 b4ba68e227370e3dc9dfca06ce5b9c8225bf4faa
ServerPython/CoreServerGroup/GameServer/Script/DataRecordPack.py
@@ -76,6 +76,7 @@
    if curPlayer:
        pid = curPlayer.GetDictByKey(ChConfig.Def_PlayerKey_PlayerFromPID)
        dataDict["pid"] = pid
        dataDict["fightPower"] = curPlayer.GetFightPower()
        
    dataDict["time"] = str(datetime.datetime.today()).split(".")[0]