diff options
author | TymanWasTaken <32660892+TymanWasTaken@users.noreply.github.com> | 2020-12-10 10:51:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-10 12:51:44 -0500 |
commit | 8c0a8d6ab09e2310e32c0cbc01e1ed16cc1133ad (patch) | |
tree | cb13af34e2fc6a39e6bd3df3d208b0464d2f0505 | |
parent | 52da416f38fc57db5f343795a717452be17e2db9 (diff) | |
download | NotEnoughUpdates-REPO-8c0a8d6ab09e2310e32c0cbc01e1ed16cc1133ad.tar.gz NotEnoughUpdates-REPO-8c0a8d6ab09e2310e32c0cbc01e1ed16cc1133ad.tar.bz2 NotEnoughUpdates-REPO-8c0a8d6ab09e2310e32c0cbc01e1ed16cc1133ad.zip |
fix missing comma (#321)
-rw-r--r-- | constants/enchants.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |