From bb10151bda3a71ab3a8e45c0998885e010df066f Mon Sep 17 00:00:00 2001 From: Dev Date: Fri, 16 Feb 2024 15:30:56 +0000 Subject: [PATCH] Add `Santas's bag` to christmas event items array --- project/src/services/SeasonalEventService.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/project/src/services/SeasonalEventService.ts b/project/src/services/SeasonalEventService.ts index 5e60ce14..63dc8581 100644 --- a/project/src/services/SeasonalEventService.ts +++ b/project/src/services/SeasonalEventService.ts @@ -61,6 +61,7 @@ export class SeasonalEventService "5df8a72c86f77412640e2e83", // Silver bauble "5a43943586f77416ad2f06e2", // Ded moroz hat "5a43957686f7742a2c2f11b0", // Santa hat + "61b9e1aaef9a1b5d6a79899a", // Santas's bag ]; }