From 5a37f2f8daab54676508b92fe60d4e4a0c6b3303 Mon Sep 17 00:00:00 2001 From: Tooze Date: Sat, 18 Jul 2026 13:15:40 +0000 Subject: [PATCH] Fixed mithril grappling tip smithing UI binding --- Server/src/main/content/global/skill/smithing/SmithingType.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/src/main/content/global/skill/smithing/SmithingType.java b/Server/src/main/content/global/skill/smithing/SmithingType.java index fd38a6209..94465077e 100644 --- a/Server/src/main/content/global/skill/smithing/SmithingType.java +++ b/Server/src/main/content/global/skill/smithing/SmithingType.java @@ -106,7 +106,7 @@ public enum SmithingType { /** * Grapple Tips */ - TYPE_GRAPPLE_TIP(1, 170, 171, new int[] { 175, 176, 175, 174, 173 }, 1), + TYPE_GRAPPLE_TIP(1, 170, 171, new int[] { 176, 175, 174, 173 }, 1), /** * The studs type.