0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 06:50:43 -05:00

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
Signed by: Refringe
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"
},