9415 【BT】【后端】古神战场(修复GM命令增加虚拟玩家数据时可能导致多次结算bug)
1个文件已修改
2 ■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/CrossBattle.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/CrossBattle.py
@@ -139,7 +139,7 @@
            if fakePlayerID not in factionObj.factionPlayerDict:
                factionObj.factionPlayerDict[fakePlayerID] = battleObj
                
            battleObj.addPlayerScore(None, score)
            battleObj.addPlayerScore(None, score, isCheckVictory=False)
            
        GameWorld.DebugAnswer(curPlayer, "虚拟参与玩家阵营(%s),人数(%s),积分(%s)" % (faction, playerCount, score))
        return