From 09528866243aa6d410bea365c387e383bfa0981e Mon Sep 17 00:00:00 2001 From: Broooklyn <54762282+Broooklyn@users.noreply.github.com> Date: Sat, 27 Feb 2021 21:32:43 -0500 Subject: [PATCH] worldmap: Add Blisterwood tree location and requirement --- .../runelite/client/plugins/worldmap/RareTreeLocation.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/worldmap/RareTreeLocation.java b/runelite-client/src/main/java/net/runelite/client/plugins/worldmap/RareTreeLocation.java index f7751bf5dd..f04f756153 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/worldmap/RareTreeLocation.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/worldmap/RareTreeLocation.java @@ -199,6 +199,10 @@ enum RareTreeLocation // Feldip Hills new WorldPoint(2476, 2893, 0)), + BLISTERWOOD("Blisterwood tree", 62, + // Darkmeyer + new WorldPoint(3631, 3362, 0)), + SULLIUSCEP("Sulliuscep", 65, // Fossil Island new WorldPoint(3662, 3802, 0),