From 4be0ba8f31c003d8acb3532a996428926ab1f5ba Mon Sep 17 00:00:00 2001 From: jani270 Date: Fri, 31 Mar 2023 20:43:49 +0200 Subject: Fixed Wizard Item being wrong --- constants/Garden.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/Garden.json b/constants/Garden.json index 1ee7539..375146b 100644 --- a/constants/Garden.json +++ b/constants/Garden.json @@ -409,7 +409,7 @@ "Wizard": { "rarity": "uncommon", "need_items": [ - "Carrot" + "Potato" ] }, "Xalx": { -- cgit