hxp
2023-05-11 41c7b27b6ce4d57a1fc0f281d8323956599cceef
9811 【BT9】【后端】逐鹿万界(结算同步玩家信息改为字典)
1个文件已修改
2 ■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_CrossFamilyFlagwar.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_CrossFamilyFlagwar.py
@@ -945,7 +945,7 @@
            GameWorld.Log("     familyID=%s,playerRank=%s,playerID=%s,score=%s,hurtTotal=%s,accID=%s" 
                          % (familyID, playerRank, playerID, score, hurtTotal, batPlayer.accID), zoneID)
            
            overPlayerList.append([name, score])
            overPlayerList.append({"playerName":name, "score":score})
            battlePlayerList.append([playerID, score, hurtTotal])
            drPlayerList.append({"playerID":playerID, "accID":batPlayer.accID, "playerRank":playerRank, "score":score, "hurtTotal":hurtTotal})