From 852969ef08bd23ff8bb85daa4a055fc6a066d1bd Mon Sep 17 00:00:00 2001 From: Alexsuperfly Date: Fri, 26 Jul 2019 17:59:20 -0400 Subject: [PATCH] world map: add Prifddinas farming patch icons --- .../client/plugins/worldmap/FarmingPatchLocation.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/worldmap/FarmingPatchLocation.java b/runelite-client/src/main/java/net/runelite/client/plugins/worldmap/FarmingPatchLocation.java index 73b903ab26..bfb3e446ae 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/worldmap/FarmingPatchLocation.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/worldmap/FarmingPatchLocation.java @@ -40,7 +40,8 @@ enum FarmingPatchLocation new WorldPoint(3598, 3524, 0), new WorldPoint(3052, 3309, 0), new WorldPoint(2810, 3462, 0), - new WorldPoint(2663, 3375, 0) + new WorldPoint(2663, 3375, 0), + new WorldPoint(3289, 6100, 0) ), ANIMA_HERB("Anima/Herb", new WorldPoint(1235, 3724, 0)), BELLADONNA("Belladonna", new WorldPoint(3084, 3356, 0)), @@ -59,6 +60,9 @@ enum FarmingPatchLocation CELASTRUS_FRUIT_TREE("Celastrus/Fruit Tree", new WorldPoint(1242, 3755, 0) ), + CRYSTAL_TREE("Crystal Tree", + new WorldPoint(3292, 6120, 0) + ), FRUIT_TREE("Fruit Tree", new WorldPoint(2487, 3181, 0), new WorldPoint(2343, 3160, 0),