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

Send new years 2024 gift during NEW_YEARS event

This commit is contained in:
Chomp 2024-12-31 11:25:20 +00:00
parent 31d757b935
commit 02082ef6f6

View File

@ -491,6 +491,7 @@ export class SeasonalEventService {
break;
case SeasonalEventType.NEW_YEARS.toLowerCase():
this.giveGift(sessionId, "NewYear2023");
this.giveGift(sessionId, "NewYear2024");
break;
}
}