Fixed winter season boundary by splitting it into 2 separate sections

This commit is contained in:
Dev 2024-04-03 21:23:46 +01:00 committed by Refringe
parent 6f640edd9f
commit 8b9e004885
No known key found for this signature in database
GPG Key ID: 7715B85B4A6306ED

View File

@ -119,9 +119,17 @@
},
{
"seasonType": 2,
"name": "WINTER",
"name": "WINTER_END",
"startDay": "2",
"startMonth": "11",
"endDay": "31",
"endMonth": "12"
},
{
"seasonType": 2,
"name": "WINTER_START",
"startDay": "1",
"startMonth": "1",
"endDay": "1",
"endMonth": "3"
},