From 01bed75c8650ca3ee2315740a3cb3afe2ade9243 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 19 Sep 2024 10:44:37 +0200 Subject: fix: Onyx and Aqua Gemstone Waypoints in Tunnels (#1356) --- constants/glacite_tunnel_waypoints.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'constants') diff --git a/constants/glacite_tunnel_waypoints.json b/constants/glacite_tunnel_waypoints.json index 14a6d54f..e3a466b6 100644 --- a/constants/glacite_tunnel_waypoints.json +++ b/constants/glacite_tunnel_waypoints.json @@ -2,21 +2,19 @@ "Onyx Gemstone Collector": { "title": "§0Onyx Gemstone Mine", "waypoints": [ + "-2:142:437", "-68:133:407", - "9:137:412", - "-17:137:394", - "11:140:366", - "23:141:386", "76:125:411" ] }, "Aquamarine Gemstone Collector": { "title": "§3Aquamarine Gemstone Mine", "waypoints": [ - "-2:142:437", - "74:154:388", - "94:154:327", - "51:120:302" + "51:120:302", + "-17:137:394", + "11:140:366", + "23:141:386", + "9:137:412" ] }, "Peridot Gemstone Collector": { @@ -34,7 +32,9 @@ "-95:148:259", "-58:147:421", "37:122:386", - "-47:130:411" + "-47:130:411", + "74:154:388", + "94:154:327" ] } -} +} \ No newline at end of file -- cgit