From 5e4e60945cfe24fc51474365fd0fe5b5c2900724 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sun, 19 Jan 2025 17:54:07 +0100 Subject: fix: Silver Boots not having a recipe (#1615) --- items/ODGER_NPC.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'items') diff --git a/items/ODGER_NPC.json b/items/ODGER_NPC.json index 67d41f4d..0159d0b9 100644 --- a/items/ODGER_NPC.json +++ b/items/ODGER_NPC.json @@ -85,6 +85,13 @@ "SKYBLOCK_COIN:500000.0" ] }, + { + "type": "npc_shop", + "result": "SILVER_HUNTER_BOOTS:1.0", + "cost": [ + "SKYBLOCK_COIN:500000.0" + ] + }, { "type": "npc_shop", "result": "BRONZE_TROPHY_FISHING_SACK:1.0", -- cgit