ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCrossChampionship.py
@@ -208,6 +208,9 @@
        worshipDouble = dataMsg.get("worshipDouble", 0)
        if GameWorld.CheckTimeIsSameServerDayEx(worshipTime):
            worshipCountToday = curPlayer.NomalDictGetProperty(ChConfig.Def_PDict_Championship_WorshipCount) + 1
            worshipCountMax = IpyGameDataPY.GetFuncCfg("CrossChamWorship", 1)
            if worshipCountToday > worshipCountMax:
                return
            PlayerControl.NomalDictSetProperty(curPlayer, ChConfig.Def_PDict_Championship_WorshipCount, worshipCountToday)
            GameWorld.DebugLog("更新膜拜次数! worshipCountToday=%s" % worshipCountToday, playerID)
            Sync_ChampionshipPlayerInfo(curPlayer)