Merge pull request #748 from deathbeam/oily-fishing

Add support for oily rod fishing to idle notifier
This commit is contained in:
Adam
2018-03-01 18:38:52 -05:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -76,10 +76,10 @@ public final class AnimationID
public static final int SMITHING_CANNONBALL = 827; //cball smithing uses this and SMITHING_SMELTING
public static final int SMITHING_ANVIL = 898;
public static final int FISHING_NET = 621;
public static final int FISHING_POLE_INITIAL = 622; //initial swing of pole
public static final int FISHING_POLE_CAST = 623; // pole is in the water
public static final int FISHING_CAGE = 619;
public static final int FISHING_HARPOON = 618;
public static final int FISHING_OILY_ROD = 622;
public static final int FISHING_KARAMBWAN = 1193;
public static final int MINING_BRONZE_PICKAXE = 625;
public static final int MINING_IRON_PICKAXE = 626;