From 7e6a78d81a69f839c86a8b0f5ec5423e884751b9 Mon Sep 17 00:00:00 2001 From: Moulberry Date: Sun, 19 Jul 2020 21:56:36 +1000 Subject: more constants for stats2 --- constants/bonuses.json | 2 +- constants/misc.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/constants/bonuses.json b/constants/bonuses.json index daa07699..32401030 100644 --- a/constants/bonuses.json +++ b/constants/bonuses.json @@ -182,4 +182,4 @@ } } } -}; +} diff --git a/constants/misc.json b/constants/misc.json index 4718dabb..f04bc696 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -389,7 +389,7 @@ "VIP_PLUS": { "color": "a", "tag": "VIP", - "plus": "+", + "plus": "+" }, "VIP": { -- cgit