Moved AUTUMN season to start on 15th of October to better match live

This commit is contained in:
Dev 2024-10-07 10:22:37 +01:00
parent 859cd19cb8
commit 34b9785955

View File

@ -44,13 +44,13 @@
"name": "SUMMER", "name": "SUMMER",
"startDay": "2", "startDay": "2",
"startMonth": "6", "startMonth": "6",
"endDay": "1", "endDay": "15",
"endMonth": "10" "endMonth": "10"
}, },
{ {
"seasonType": 1, "seasonType": 1,
"name": "AUTUMN", "name": "AUTUMN",
"startDay": "1", "startDay": "15",
"startMonth": "10", "startMonth": "10",
"endDay": "1", "endDay": "1",
"endMonth": "11" "endMonth": "11"