diff --git a/config/constants.js b/config/constants.js index 8937893..b2966d1 100644 --- a/config/constants.js +++ b/config/constants.js @@ -100,7 +100,7 @@ const PATREON = { daily: 1 } }, - 4 : { + 5 : { modifiers: { drops: 4, claims: 14, @@ -117,4 +117,5 @@ exports.QUALITY_NAMES = QUALITY_NAMES; exports.CURRENCY_SYMBOLS = CURRENCY_SYMBOLS; exports.QUALITY_SYMBOLS = QUALITY_SYMBOLS; exports.CURRENCY_NAMES = CURRENCY_NAMES; -exports.QUALITY_VALUES = QUALITY_VALUES; \ No newline at end of file +exports.QUALITY_VALUES = QUALITY_VALUES; +exports.PATREON = PATREON; \ No newline at end of file