From 47666c68940ab1fde941abcde9df73483fa14bdb Mon Sep 17 00:00:00 2001 From: Ben Maurer Date: Sun, 27 Feb 2022 03:50:45 +0000 Subject: [PATCH] Correcting market coordinates --- data/locations/advancements/market.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/locations/advancements/market.json b/data/locations/advancements/market.json index 47a1a04..0f0cdef 100644 --- a/data/locations/advancements/market.json +++ b/data/locations/advancements/market.json @@ -25,8 +25,8 @@ "max": 125 }, "z": { - "min": 13, - "max": -215 + "min": -215, + "max": 13 } } }