diff options
| author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2024-12-14 22:58:28 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-14 11:58:28 +0000 |
| commit | f11f0b71f87384dd6bca7335c7d662f6f90a457b (patch) | |
| tree | 34c10712149a5e3d28e34f5bac7d08efe3271826 /items | |
| parent | fc32fefc7e34908cc6004406d5bfedc05e7857fa (diff) | |
| download | NotEnoughUpdates-REPO-f11f0b71f87384dd6bca7335c7d662f6f90a457b.tar.gz NotEnoughUpdates-REPO-f11f0b71f87384dd6bca7335c7d662f6f90a457b.tar.bz2 NotEnoughUpdates-REPO-f11f0b71f87384dd6bca7335c7d662f6f90a457b.zip | |
Fix turtle and pickaxe (#1520)
* fix turtle petnum
* fix mithril pickaxe in bubu
Diffstat (limited to 'items')
| -rw-r--r-- | items/BUBU_NPC.json | 2 |
1 files changed, 1 insertions, 1 deletions
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" } |
