From 9da8052db0337a24d0f345ffd43e34ce50e0605c Mon Sep 17 00:00:00 2001 From: Broooklyn <54762282+Broooklyn@users.noreply.github.com> Date: Sat, 27 Feb 2021 21:32:06 -0500 Subject: [PATCH] worldmap: Add western Revenant Caves dungeon entrance --- .../net/runelite/client/plugins/worldmap/DungeonLocation.java | 1 + 1 file changed, 1 insertion(+) diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/worldmap/DungeonLocation.java b/runelite-client/src/main/java/net/runelite/client/plugins/worldmap/DungeonLocation.java index adf8d70931..62122feff9 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/worldmap/DungeonLocation.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/worldmap/DungeonLocation.java @@ -140,6 +140,7 @@ enum DungeonLocation RED_CHIN_HUNTING("Red chinchompa hunting ground", new WorldPoint(2525, 2894, 0)), REVENANT_CAVES_N("Revenant Caves", new WorldPoint(3124, 3832, 0)), REVENANT_CAVES_S("Revenant Caves", new WorldPoint(3074, 3655, 0)), + REVENANT_CAVES_W("Revenant Caves", new WorldPoint(3065, 3740, 0)), RIVER_ELID("River Elid Dungeon", new WorldPoint(3370, 3132, 0)), RIVER_KELDA("River Kelda", new WorldPoint(2835, 10112, 0)), SALT_MINE("Salt Mine", new WorldPoint(2866, 3941, 0)),