mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 05:30:43 -05:00
Send new years 2024 gift during NEW_YEARS event
This commit is contained in:
parent
31d757b935
commit
02082ef6f6
@ -491,6 +491,7 @@ export class SeasonalEventService {
|
||||
break;
|
||||
case SeasonalEventType.NEW_YEARS.toLowerCase():
|
||||
this.giveGift(sessionId, "NewYear2023");
|
||||
this.giveGift(sessionId, "NewYear2024");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user