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: