From c7bdfadce7c5737025e6b7d2310620e7a5f6d8e7 Mon Sep 17 00:00:00 2001 From: Alexis <35.alexis.pele@gmail.com> Date: Thu, 2 Jan 2025 21:39:15 +0100 Subject: [PATCH] Added back player position --- src/components/maps/data/aldys/markers.json | 9 --------- src/components/maps/data/aldys/players.json | 9 ++++++++- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/src/components/maps/data/aldys/markers.json b/src/components/maps/data/aldys/markers.json index df3d134a..0ae9d9be 100644 --- a/src/components/maps/data/aldys/markers.json +++ b/src/components/maps/data/aldys/markers.json @@ -831,15 +831,6 @@ "y": -206.1154623032882 } }, - { - "group": "quests", - "title": "Les Cloches de Cantane", - "description": "D'étranges disparitions secouent la cité minière de Cantane, rythmées par le tintement des cloches de l'église.", - "markerCoords": { - "x": 198.0424703459088, - "y": -210.9293951755887 - } - }, { "group": "quests", "title": "Mémoires de fer", diff --git a/src/components/maps/data/aldys/players.json b/src/components/maps/data/aldys/players.json index 9e26dfee..22b7d223 100644 --- a/src/components/maps/data/aldys/players.json +++ b/src/components/maps/data/aldys/players.json @@ -1 +1,8 @@ -{} \ No newline at end of file +{ + "markerCoords": { + "x": 198.0424703459088, + "y": -210.9293951755887 + }, + "title": "Les Mines Blanches", + "description": "Malik, Elie et Clayron sont pris au piège dans les mines blanches après un éboulement soudain." +} \ No newline at end of file