diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 53943763..f6bd3f75 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -5146,5 +5146,8 @@ more than one separator can be used in a row (so 12_3___456 is illegal). comment__: "Misc settings" CHEST_WAITTIME: 900 // 15 minutes + comment__: "Magic constants" + CLASS_OTHER: 0 + @include "conf/import/constants.conf" } |