From 696caa3ec7e82116eca07369f57f39af9cd5a8dc Mon Sep 17 00:00:00 2001 From: Lexer747 Date: Tue, 21 Apr 2026 17:55:47 +0100 Subject: [PATCH] Add animation --- src/main/java/com/attacktimer/AnimationData.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/attacktimer/AnimationData.java b/src/main/java/com/attacktimer/AnimationData.java index 46271b6..94bccdc 100644 --- a/src/main/java/com/attacktimer/AnimationData.java +++ b/src/main/java/com/attacktimer/AnimationData.java @@ -128,6 +128,7 @@ public enum AnimationData MELEE_SARA_SWORD_SPEC(1132, AttackStyle.MELEE, true), // https://oldschool.runescape.wiki/w/Saradomin_sword assumed to be the same for the blessed version MELEE_RED_KERIS_SPEC(9544, AttackStyle.MELEE, true), // https://oldschool.runescape.wiki/w/Keris_partisan_of_corruption MELEE_SALAMANDER(5247, AttackStyle.MELEE), // https://oldschool.runescape.wiki/w/Salamander + MELEE_INFERNAL_TECPATL(12342, AttackStyle.MELEE), // https://oldschool.runescape.wiki/w/Infernal_tecpatl // RANGED RANGED_CHINCHOMPA(7618, AttackStyle.RANGED),