Add battlestaff crafting to idle notifier

This commit is contained in:
HSJ-OSRS
2018-06-24 23:53:40 +01:00
parent 5fd612ae16
commit 6b1052592c

View File

@@ -112,7 +112,7 @@ public class IdleNotifierPlugin extends Plugin
case COOKING_FIRE:
case COOKING_RANGE:
case COOKING_WINE:
/* Crafting(Gem Cutting, Glassblowing, Spinning) */
/* Crafting(Gem Cutting, Glassblowing, Spinning, Battlestaves) */
case GEM_CUTTING_OPAL:
case GEM_CUTTING_JADE:
case GEM_CUTTING_REDTOPAZ:
@@ -122,6 +122,7 @@ public class IdleNotifierPlugin extends Plugin
case GEM_CUTTING_DIAMOND:
case CRAFTING_GLASSBLOWING:
case CRAFTING_SPINNING:
case CRAFTING_BATTLESTAVES:
/* Fletching(Cutting, Stringing) */
case FLETCHING_BOW_CUTTING:
case FLETCHING_STRING_NORMAL_SHORTBOW: