From 10394f1807652be8fe529be3907936421413d562 Mon Sep 17 00:00:00 2001 From: Äkwav <16632490+Ekwav@users.noreply.github.com> Date: Fri, 5 Jul 2024 18:28:00 +0200 Subject: Add slayer requirement to Rare Whisp upgrade stone (#1278) --- items/UPGRADE_STONE_FROST.json | 1 + 1 file changed, 1 insertion(+) diff --git a/items/UPGRADE_STONE_FROST.json b/items/UPGRADE_STONE_FROST.json index bb3d4885..a477c706 100644 --- a/items/UPGRADE_STONE_FROST.json +++ b/items/UPGRADE_STONE_FROST.json @@ -27,6 +27,7 @@ "internalname": "UPGRADE_STONE_FROST", "crafttext": "", "clickcommand": "viewrecipe", + "slayer_req": "BLAZE_3", "modver": "", "infoType": "WIKI_URL", "info": [ -- cgit