Merge pull request #237 from tylerthardy/karambwans

Add Karambwan fishing to animation and idle plugin
This commit is contained in:
Adam
2017-12-04 08:09:05 -05:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ public final class AnimationID
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_KARAMBWAN = 1193;
public static final int MINING_BRONZE_PICKAXE = 625;
public static final int MINING_IRON_PICKAXE = 626;
public static final int MINING_STEEL_PICKAXE = 627;

View File

@@ -140,6 +140,7 @@ public class IdleNotifierPlugin extends Plugin
case FISHING_HARPOON:
case FISHING_CAGE:
case FISHING_POLE_CAST:
case FISHING_KARAMBWAN:
/* Mining(Normal) */
case MINING_BRONZE_PICKAXE:
case MINING_IRON_PICKAXE: