From 2d4f3eac49a173b335a20d003bc504ea9d7b909e Mon Sep 17 00:00:00 2001 From: Charlie Unfricht Date: Fri, 19 Aug 2022 09:38:30 -0400 Subject: [PATCH] Add missing Helios Tower Library map for Ludus Lake Explorer --- scripts/map/onUserEnter/explorationPoint.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/map/onUserEnter/explorationPoint.js b/scripts/map/onUserEnter/explorationPoint.js index 5e0f278385..07681da33e 100644 --- a/scripts/map/onUserEnter/explorationPoint.js +++ b/scripts/map/onUserEnter/explorationPoint.js @@ -31,7 +31,7 @@ function start(ms) { ms.explorerQuest(29014, "Sleepywood Explorer");//Sleepywood Explorer } else if (ms.getPlayer().getMapId() >= 200000000 && ms.getPlayer().getMapId() <= 211041800) { ms.explorerQuest(29006, "El Nath Mts. Explorer");//El Nath Mts. Explorer - } else if (ms.getPlayer().getMapId() >= 220000000 && ms.getPlayer().getMapId() <= 222010400) { + } else if (ms.getPlayer().getMapId() >= 220000000 && ms.getPlayer().getMapId() <= 222020000) { ms.explorerQuest(29007, "Ludus Lake Explorer");//Ludus Lake Explorer } else if (ms.getPlayer().getMapId() >= 230000000 && ms.getPlayer().getMapId() <= 230040401) { ms.explorerQuest(29008, "Undersea Explorer");//Undersea Explorer