idle notifier: add support for gilded pickaxe

This commit is contained in:
Hydrox6
2020-03-30 16:35:43 +01:00
parent c69a6fbe2f
commit 45ec248e60

View File

@@ -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: