hxp
2018-11-28 e261fda74c51592a8e83175f3a7386f48ed13df4
ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerFBHelpBattle.py
@@ -85,7 +85,7 @@
        helpBattlePlayer.playerName = recData.GetStrValue1()
        helpBattlePlayer.todayXianyuanCoin = int(recData.GetStrValue2())
        helpCountDictStr = recData.GetStrValue3()
        if helpCountDictStr.startswith("{") and helpCountDictStr.endswith("{"):
        if helpCountDictStr.startswith("{") and helpCountDictStr.endswith("}"):
            helpBattlePlayer.todayHelpCountDict = eval(helpCountDictStr)
        else:
            GameWorld.ErrLog("LoadCheckInPlayerError: helpCountDictStr=%s" % helpCountDictStr, playerID)