From 447f2a2efa423015f82ebac1cb3683c9cab51fd9 Mon Sep 17 00:00:00 2001 From: Seebity Date: Sun, 14 Sep 2025 08:09:20 -0500 Subject: [PATCH] Add support for ToB ornamental weapons --- .../cache/codeupdater/apifiles/ItemVariationsUpdate.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/java/net/runelite/cache/codeupdater/apifiles/ItemVariationsUpdate.java b/src/main/java/net/runelite/cache/codeupdater/apifiles/ItemVariationsUpdate.java index 23d4638..82d0239 100644 --- a/src/main/java/net/runelite/cache/codeupdater/apifiles/ItemVariationsUpdate.java +++ b/src/main/java/net/runelite/cache/codeupdater/apifiles/ItemVariationsUpdate.java @@ -64,6 +64,9 @@ public class ItemVariationsUpdate {"trident of the seas", "trident"}, {"trident of the swamp", "toxic trident"}, {"toxic staff of the dead", "toxic staff"}, + {"holy ghrazi rapier", "ghrazi rapier"}, + {"holy sanguinesti staff", "sanguinesti staff"}, + {"(holy|sanguine) scythe of vitur", "scythe of vitur"}, }; public static void update() throws IOException