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