hxp
2021-12-21 dcc91df4e4090f84da0bf7027de4550a0315c184
ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerSocial.py
@@ -956,7 +956,10 @@
        savaData = ""
        cntData = ""
        cnt = 0
        for socialPlayer in self.SocialInfo.values():
        for playerID, socialPlayer in self.SocialInfo.items():
            if PyGameData.g_dbPlayerIDMap and not PlayerControl.GetDBPlayerAccIDByID(playerID):
                GameWorld.ErrLog("非本服社交玩家,不存档! playerID=%s" % playerID)
                continue
            cnt += 1
            savaData += socialPlayer.playerInfo.getBuffer()