ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerActGubao.py
@@ -132,12 +132,15 @@
    playerName = curPlayer.GetName()
    job = curPlayer.GetJob()
    realmLV = curPlayer.GetOfficialRank()
    _, updScore = dataMsg
    _, updScore, isRelationCrossAct = dataMsg
    
    #同步跨服
    playerInfo = {"playerID":playerID, "playerName":playerName, "accID":accID, "job":job, "realmLV":realmLV,
                  "playerScore":updScore}
    SyncGubaoToCrossServer(curPlayer, playerInfo)
    # 仙盟榜...
    if isRelationCrossAct:
        #同步跨服
        playerInfo = {"playerID":playerID, "playerName":playerName, "accID":accID, "job":job, "realmLV":realmLV,
                      "playerScore":updScore}
        SyncGubaoToCrossServer(curPlayer, playerInfo)
    return
def SyncGubaoToCrossServer(curPlayer, playerInfo):