Updated seasonDates to fix gaps in coverage - extended summer 2 months

(cherry picked from commit f94985f3f2)
This commit is contained in:
Dev 2024-08-02 09:55:02 +01:00
parent 0032f408e6
commit 5d1c02d0ea

View File

@ -45,20 +45,20 @@
"startDay": "2",
"startMonth": "6",
"endDay": "1",
"endMonth": "8"
"endMonth": "10"
},
{
"seasonType": 1,
"name": "AUTUMN",
"startDay": "2",
"startMonth": "8",
"startDay": "1",
"startMonth": "10",
"endDay": "1",
"endMonth": "11"
},
{
"seasonType": 2,
"name": "WINTER_END",
"startDay": "2",
"startDay": "1",
"startMonth": "11",
"endDay": "31",
"endMonth": "12"
@ -76,7 +76,7 @@
"name": "SPRING",
"startDay": "25",
"startMonth": "3",
"endDay": "1",
"endDay": "2",
"endMonth": "6"
},
{