ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerFBHelpBattle.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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)