From 953fb390976f8c981ebe9748abb644769df2effe Mon Sep 17 00:00:00 2001 From: Broooklyn <54762282+Broooklyn@users.noreply.github.com> Date: Tue, 27 Oct 2020 13:46:21 -0400 Subject: [PATCH] worldmap: add Wilderness Slayer Cave entrances --- .../net/runelite/client/plugins/worldmap/DungeonLocation.java | 2 ++ 1 file changed, 2 insertions(+) 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 c79b1a02a1..1f5ee3bb0e 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 @@ -200,6 +200,8 @@ enum DungeonLocation WHITE_WOLF_TUNNEL_W("White Wolf Tunnel", new WorldPoint(2819, 3484, 0)), WILDERNESS_AGILITY("Wilderness Agility Course Dungeon", new WorldPoint(3004, 3963, 0)), WILDERNESS_GOD_WARS("Wilderness God Wars Dungeon", new WorldPoint(3016, 3739, 0)), + WILDERNESS_SLAYER_CAVE_NORTH("Wilderness Slayer Cave", new WorldPoint(3292, 3746, 0)), + WILDERNESS_SLAYER_CAVE_SOUTH("Wilderness Slayer Cave", new WorldPoint(3259, 3666, 0)), WITCHAVEN("Witchaven Dungeon", new WorldPoint(2695, 3283, 0)), WIZARDS_GUILD("Wizards' Guild basement", new WorldPoint(2593, 3085, 0)), WIZARDS_TOWER("Wizards' Tower basement", new WorldPoint(3103, 3162, 0)),