diff --git a/src/data/gameplay/missionNotifications.ts b/src/data/gameplay/missionNotifications.ts index afbfbf0..31d2648 100644 --- a/src/data/gameplay/missionNotifications.ts +++ b/src/data/gameplay/missionNotifications.ts @@ -5,7 +5,7 @@ export const INTRO_MISSION_NOTIFICATION_IMAGE_PATH = export const MISSION_NOTIFICATION_IMAGE_PATHS: Record = { - ebike: "/assets/world/UI/ebike-mission-notification.webm", - pylon: "/assets/world/UI/pylon-mission-notification.webm", - farm: "/assets/world/UI/farm-mission-notification.webm", + ebike: "/assets/world/UI/ebike.webm", + pylon: "/assets/world/UI/centrale.webm", + farm: "/assets/world/UI/laferme.webm", };