ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCrossChampionship.py
@@ -191,10 +191,10 @@
        dataMsg = msgData[1]
        if not isinstance(dataMsg, dict) or "moneyType" not in dataMsg:
            return
        #moneyType = dataMsg["moneyType"]
        moneyType = dataMsg["moneyType"]
        guessMoney = dataMsg["guessMoney"]
        infoDict = dataMsg
        PlayerControl.PayMoney(curPlayer, ShareDefine.TYPE_Price_GongdePoint, guessMoney, msgType, infoDict)
        PlayerControl.PayMoney(curPlayer, moneyType, guessMoney, msgType, infoDict)
        
    elif msgType == "OfficialWorship":
        dataMsg = msgData[1]