From 5db1986c6d3bff33af1acf6f3d21108bc3b0a6e8 Mon Sep 17 00:00:00 2001 From: Justin Date: Mon, 4 Nov 2019 06:56:46 +1100 Subject: [PATCH] pestcontrol: purple portal id fix (#1858) --- .../net/runelite/client/plugins/pestcontrol/PestControlNpc.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/pestcontrol/PestControlNpc.java b/runelite-client/src/main/java/net/runelite/client/plugins/pestcontrol/PestControlNpc.java index 50ca737592..e6dc230b93 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/pestcontrol/PestControlNpc.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/pestcontrol/PestControlNpc.java @@ -117,7 +117,7 @@ public class PestControlNpc NpcID.PORTAL_1748, // Novice Blue Active NpcID.PORTAL_1749, // Novice Yellow Active NpcID.PORTAL_1750, // Novice Red Active - NpcID.PORTAL, // Intermediate Purple Active + NpcID.PORTAL_1739, // Intermediate Purple Active NpcID.PORTAL_1740, // Intermediate Blue Active NpcID.PORTAL_1741, // Intermediate Yellow Active NpcID.PORTAL_1742 // Intermediate Red Active