diff --git a/config/template.json b/config/template.json index 01fe70c60..9477abcb1 100644 --- a/config/template.json +++ b/config/template.json @@ -542,7 +542,7 @@ "Event2MapName": "d3", "EventDailyAMapName": "a1 > a2 > a3 > b1 > b2 > b3", "EventDailySpMapName": "sp", - "EventDailyCD": "c1 > c2 > c3 > d1 > d2 > d3", + "EventDailyCD": false, "EventResetStageAfterHours": 72, "EventResetStageName": "A1", "EventResetStageRecord": "2020-01-01 00:00:00" diff --git a/module/config/argument/args.json b/module/config/argument/args.json index ee165952d..d32be5698 100644 --- a/module/config/argument/args.json +++ b/module/config/argument/args.json @@ -2605,7 +2605,7 @@ }, "EventDailyCD": { "type": "state", - "value": "c1 > c2 > c3 > d1 > d2 > d3", + "value": false, "display": "display" }, "EventResetStageAfterHours": { diff --git a/module/config/argument/override.yaml b/module/config/argument/override.yaml index 55966e6e4..6a586f351 100644 --- a/module/config/argument/override.yaml +++ b/module/config/argument/override.yaml @@ -73,7 +73,7 @@ Event: type: state display: display EventDailyCD: - value: c1 > c2 > c3 > d1 > d2 > d3 + value: false type: state display: display EventResetStageAfterHours: