From 7ee8d2af565eb611959ba9cde0a7092d3b8d6bf5 Mon Sep 17 00:00:00 2001 From: Daniel Karbach Date: Mon, 25 Mar 2024 13:34:49 +0100 Subject: [PATCH] fix paradox chest IDs --- resources/js/helpers/tracker.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/js/helpers/tracker.js b/resources/js/helpers/tracker.js index 7cc716f..c299e5c 100644 --- a/resources/js/helpers/tracker.js +++ b/resources/js/helpers/tracker.js @@ -1140,12 +1140,12 @@ export const UNDERWORLD_LOCATIONS = [ { id: 'paradox-lower-far-right', room: 0xEF, - chest: 4, + chest: 3, }, { id: 'paradox-lower-mid', room: 0xEF, - chest: 5, + chest: 4, }, { id: 'paradox-upper-left', -- 2.39.2