From 0b8e091a42e0713e48794df317d620dc8a5e1706 Mon Sep 17 00:00:00 2001 From: Robert Kovac Date: Fri, 15 Nov 2024 16:35:43 +0100 Subject: fix(hotmlayout): Pickobulus perk ID (#1440) --- constants/hotmlayout.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/constants/hotmlayout.json b/constants/hotmlayout.json index bdd48e13..376fee15 100644 --- a/constants/hotmlayout.json +++ b/constants/hotmlayout.json @@ -94,7 +94,7 @@ "§7into §fTitanium Ore§7." ] }, - "pickobulus": { + "pickaxe_toss": { "name": "Pickobulus", "x": 5, "y": 8, @@ -769,4 +769,4 @@ } } } -} \ No newline at end of file +} -- cgit