Merge pull request #8028 from ShaunDreclin/idlenotifier-mortar-and-pestle

Idle Notifier: Add support for grinding with pestle and mortar
This commit is contained in:
Tomas Slusny
2019-03-01 08:09:09 +00:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ package net.runelite.api;
public final class AnimationID
{
public static final int IDLE = -1;
public static final int HERBLORE_PESTLE_AND_MORTAR = 364;
public static final int WOODCUTTING_BRONZE = 879;
public static final int WOODCUTTING_IRON = 877;
public static final int WOODCUTTING_STEEL = 875;