Add enchanting jewelry to the idle notification plugin. (#7977)

Closes #7975
This commit is contained in:
Royce Mathews
2019-02-22 01:31:27 -06:00
committed by Tomas Slusny
parent 77e8933dbc
commit 4787fe71e4
2 changed files with 2 additions and 0 deletions

View File

@@ -123,6 +123,7 @@ public final class AnimationID
public static final int HERBLORE_POTIONMAKING = 363; //used for both herb and secondary
public static final int MAGIC_CHARGING_ORBS = 726;
public static final int MAGIC_MAKE_TABLET = 4068;
public static final int MAGIC_ENCHANTING_JEWELRY = 931;
public static final int BURYING_BONES = 827;
public static final int USING_GILDED_ALTAR = 3705;
public static final int LOOKING_INTO = 832;

View File

@@ -202,6 +202,7 @@ public class IdleNotifierPlugin extends Plugin
case MAGIC_CHARGING_ORBS:
case MAGIC_LUNAR_STRING_JEWELRY:
case MAGIC_MAKE_TABLET:
case MAGIC_ENCHANTING_JEWELRY:
/* Prayer */
case USING_GILDED_ALTAR:
/* Farming */