aboutsummaryrefslogtreecommitdiff
path: root/items
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2024-12-28 10:13:22 +0100
committerGitHub <noreply@github.com>2024-12-28 09:13:22 +0000
commit652c10a8dbb6f74e1a3b8166a4d247d41798973a (patch)
treec814bdd4826706af2197eea5deb21a8b564ca049 /items
parentf3b422c7392db6271cdaacbe78dbc70dfed67ef1 (diff)
downloadNotEnoughUpdates-REPO-652c10a8dbb6f74e1a3b8166a4d247d41798973a.tar.gz
NotEnoughUpdates-REPO-652c10a8dbb6f74e1a3b8166a4d247d41798973a.tar.bz2
NotEnoughUpdates-REPO-652c10a8dbb6f74e1a3b8166a4d247d41798973a.zip
fix: Double % in Drop Chance (#1583)
Diffstat (limited to 'items')
-rw-r--r--items/ZEALOT_MONSTER.json2
1 files changed, 1 insertions, 1 deletions
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",