Merge pull request #4002 from HSJ-OSRS/battlestaves-idle

Add battlestaff crafting to idle notifier
This commit is contained in:
Tomas Slusny
2018-06-25 17:21:12 +02:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -153,4 +153,7 @@ public final class AnimationID
// Arceuus spellbook
public static final int MAGIC_ARCEUUS_RESURRECT_CROPS = 7118;
// Battlestaff Crafting
public static final int CRAFTING_BATTLESTAVES = 7531;
}