From f11f0b71f87384dd6bca7335c7d662f6f90a457b Mon Sep 17 00:00:00 2001 From: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> Date: Sat, 14 Dec 2024 22:58:28 +1100 Subject: Fix turtle and pickaxe (#1520) * fix turtle petnum * fix mithril pickaxe in bubu --- items/BUBU_NPC.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'items') diff --git a/items/BUBU_NPC.json b/items/BUBU_NPC.json index 7b3a0c5b..ac31b7ae 100644 --- a/items/BUBU_NPC.json +++ b/items/BUBU_NPC.json @@ -80,7 +80,7 @@ "BANDAGED_MITHRIL_PICKAXE:1", "ENCHANTED_MITHRIL:64", "BEJEWELED_HANDLE:1", - "ENCHANTED_GOLD:64" + "ENCHANTED_GOLD:32" ], "result": "MITHRIL_PICKAXE" } -- cgit