idle notifier: notify when adding feathers or heads to shafts

This commit is contained in:
Hydrox6
2019-08-01 12:25:28 +01:00
parent 203251778f
commit 905240b50e
2 changed files with 5 additions and 1 deletions

View File

@@ -71,6 +71,8 @@ public final class AnimationID
public static final int FLETCHING_STRING_YEW_LONGBOW = 6688;
public static final int FLETCHING_STRING_MAGIC_SHORTBOW = 6683;
public static final int FLETCHING_STRING_MAGIC_LONGBOW = 6689;
public static final int FLETCHING_ATTACH_FEATHERS_TO_ARROWSHAFT = 8481;
public static final int FLETCHING_ATTACH_HEADS = 8480;
public static final int GEM_CUTTING_OPAL = 890;
public static final int GEM_CUTTING_JADE = 891;
public static final int GEM_CUTTING_REDTOPAZ = 892;