diff --git a/src/pages/advent-calendar-2024/utils/achievement-config.jsx b/src/pages/advent-calendar-2024/utils/achievement-config.jsx index 0acdee3080..202674da6c 100644 --- a/src/pages/advent-calendar-2024/utils/achievement-config.jsx +++ b/src/pages/advent-calendar-2024/utils/achievement-config.jsx @@ -67,7 +67,17 @@ export const achievementsConfig = [ description: "Complete all game days", icon: IconBugFilled, check: (newCompletedDays) => { - const gameDays = ["2023-12-01", "2023-12-08", "2023-12-15", "2023-12-22"]; //CAMBIAR ESTO A LOS DÍAS DE JUEGOSSS + const gameDays = [ + "2024-12-02", + "2024-12-03", + "2024-12-05", + "2024-12-10", + "2024-12-11", + "2024-12-13", + "2024-12-17", + "2024-12-18", + "2024-12-20", + ]; return gameDays.every((day) => newCompletedDays.includes(day)); }, message: