hxp
2023-05-11 41c7b27b6ce4d57a1fc0f281d8323956599cceef
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})