Add enchanting jewelry to the idle notification plugin. (#7977)
Closes #7975
This commit is contained in:
committed by
Tomas Slusny
parent
77e8933dbc
commit
4787fe71e4
@@ -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 HERBLORE_POTIONMAKING = 363; //used for both herb and secondary
|
||||||
public static final int MAGIC_CHARGING_ORBS = 726;
|
public static final int MAGIC_CHARGING_ORBS = 726;
|
||||||
public static final int MAGIC_MAKE_TABLET = 4068;
|
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 BURYING_BONES = 827;
|
||||||
public static final int USING_GILDED_ALTAR = 3705;
|
public static final int USING_GILDED_ALTAR = 3705;
|
||||||
public static final int LOOKING_INTO = 832;
|
public static final int LOOKING_INTO = 832;
|
||||||
|
|||||||
@@ -202,6 +202,7 @@ public class IdleNotifierPlugin extends Plugin
|
|||||||
case MAGIC_CHARGING_ORBS:
|
case MAGIC_CHARGING_ORBS:
|
||||||
case MAGIC_LUNAR_STRING_JEWELRY:
|
case MAGIC_LUNAR_STRING_JEWELRY:
|
||||||
case MAGIC_MAKE_TABLET:
|
case MAGIC_MAKE_TABLET:
|
||||||
|
case MAGIC_ENCHANTING_JEWELRY:
|
||||||
/* Prayer */
|
/* Prayer */
|
||||||
case USING_GILDED_ALTAR:
|
case USING_GILDED_ALTAR:
|
||||||
/* Farming */
|
/* Farming */
|
||||||
|
|||||||
Reference in New Issue
Block a user