From 652c10a8dbb6f74e1a3b8166a4d247d41798973a Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 28 Dec 2024 10:13:22 +0100 Subject: fix: Double % in Drop Chance (#1583) --- items/ZEALOT_MONSTER.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'items') diff --git a/items/ZEALOT_MONSTER.json b/items/ZEALOT_MONSTER.json index 42a25657..3caa37d6 100644 --- a/items/ZEALOT_MONSTER.json +++ b/items/ZEALOT_MONSTER.json @@ -112,7 +112,7 @@ { "id": "ENCHANTED_ENDER_PEARL", "extra": [], - "chance": "2%%" + "chance": "2%" }, { "id": "SUMMONING_EYE", -- cgit