Adjusted SPRING season start date to be closer to live

This commit is contained in:
Dev 2024-05-20 12:21:55 +01:00
parent d437b5b922
commit e38ad6dc3e

View File

@ -130,13 +130,13 @@
"name": "WINTER_START", "name": "WINTER_START",
"startDay": "1", "startDay": "1",
"startMonth": "1", "startMonth": "1",
"endDay": "1", "endDay": "24",
"endMonth": "3" "endMonth": "3"
}, },
{ {
"seasonType": 3, "seasonType": 3,
"name": "SPRING", "name": "SPRING",
"startDay": "2", "startDay": "25",
"startMonth": "3", "startMonth": "3",
"endDay": "1", "endDay": "1",
"endMonth": "5" "endMonth": "5"