mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50: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;
|
break;
|
||||||
case SeasonalEventType.NEW_YEARS.toLowerCase():
|
case SeasonalEventType.NEW_YEARS.toLowerCase():
|
||||||
this.giveGift(sessionId, "NewYear2023");
|
this.giveGift(sessionId, "NewYear2023");
|
||||||
|
this.giveGift(sessionId, "NewYear2024");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user