From 9b15396c4363a92796cd555f629dffd48fae7ae7 Mon Sep 17 00:00:00 2001
From: Daniel Karbach <daniel.karbach@localhorst.tv>
Date: Mon, 25 Mar 2024 13:12:06 +0100
Subject: [PATCH] fix waterfall fairy 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 4a907ff..7cc716f 100644
--- a/resources/js/helpers/tracker.js
+++ b/resources/js/helpers/tracker.js
@@ -1543,12 +1543,12 @@ export const UNDERWORLD_LOCATIONS = [
 	{
 		id: 'waterfall-fairy-left',
 		room: 0x114,
-		chest: 4,
+		chest: 0,
 	},
 	{
 		id: 'waterfall-fairy-right',
 		room: 0x114,
-		chest: 5,
+		chest: 1,
 	},
 ];
 
-- 
2.39.5