ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerWishingWell.py
@@ -377,11 +377,11 @@
    actIpyData = IpyGameDataPY.GetIpyGameData("ActWishingWell", cfgID)
    if not actIpyData:
        return
    openServerDay = GameWorld.GetGameWorld().GetGameWorldDictByKey(ShareDefine.Def_Notify_WorldKey_ServerDay) + 1
    startDateStr, endDateStr = GameWorld.GetOperationActionDateStr(actIpyData)
    actInfo = ChPyNetSendPack.tagMCActWishingWellInfo()
    actInfo.Clear()
    actInfo.StartDate = GameWorld.GetOperationActionDateStr(actIpyData.GetStartDate(), openServerDay)
    actInfo.EndtDate = GameWorld.GetOperationActionDateStr(actIpyData.GetEndDate(), openServerDay)
    actInfo.StartDate = startDateStr
    actInfo.EndtDate = endDateStr
    actInfo.IsDayReset = actIpyData.GetIsDayReset()
    actInfo.ResetType = actIpyData.GetResetType()
    actInfo.LimitLV = actIpyData.GetLVLimit()
@@ -410,8 +410,7 @@
        cfgID = actBossRebornInfo.get(ShareDefine.ActKey_CfgID, 0)
        actIpyData = IpyGameDataPY.GetIpyGameData("ActWishingWell", cfgID)
        if actIpyData:
            openServerDay = GameWorld.GetGameWorld().GetGameWorldDictByKey(ShareDefine.Def_Notify_WorldKey_ServerDay) + 1
            startDate = GameWorld.GetOperationActionDateStr(actIpyData.GetStartDate(), openServerDay)
            startDate, _ = GameWorld.GetOperationActionDateStr(actIpyData)
            
            resetType = actIpyData.GetResetType() # 重置类型,0-0点重置;1-5点重置
            if resetType == 1: