From 8c0a8d6ab09e2310e32c0cbc01e1ed16cc1133ad Mon Sep 17 00:00:00 2001 From: TymanWasTaken <32660892+TymanWasTaken@users.noreply.github.com> Date: Thu, 10 Dec 2020 10:51:44 -0700 Subject: fix missing comma (#321) --- constants/enchants.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'constants') diff --git a/constants/enchants.json b/constants/enchants.json index d77f0ac2..e2347b74 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -131,7 +131,7 @@ "projectile_protection", "growth", "rejuvenate", - "respite" + "respite", "thorns", "counter_strike", "true_protection", -- cgit