From 45ec248e6070ac1e76fbf9d3b3a86a65a46f455c Mon Sep 17 00:00:00 2001 From: Hydrox6 Date: Mon, 30 Mar 2020 16:35:43 +0100 Subject: [PATCH] idle notifier: add support for gilded pickaxe --- .../client/plugins/idlenotifier/IdleNotifierPlugin.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/idlenotifier/IdleNotifierPlugin.java b/runelite-client/src/main/java/net/runelite/client/plugins/idlenotifier/IdleNotifierPlugin.java index 3dbc39bb54..206db46141 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/idlenotifier/IdleNotifierPlugin.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/idlenotifier/IdleNotifierPlugin.java @@ -202,6 +202,7 @@ public class IdleNotifierPlugin extends Plugin case MINING_MITHRIL_PICKAXE: case MINING_ADAMANT_PICKAXE: case MINING_RUNE_PICKAXE: + case MINING_GILDED_PICKAXE: case MINING_DRAGON_PICKAXE: case MINING_DRAGON_PICKAXE_UPGRADED: case MINING_DRAGON_PICKAXE_OR: @@ -218,6 +219,7 @@ public class IdleNotifierPlugin extends Plugin case MINING_MOTHERLODE_MITHRIL: case MINING_MOTHERLODE_ADAMANT: case MINING_MOTHERLODE_RUNE: + case MINING_MOTHERLODE_GILDED: case MINING_MOTHERLODE_DRAGON: case MINING_MOTHERLODE_DRAGON_UPGRADED: case MINING_MOTHERLODE_DRAGON_OR: