From 38b2ecb383ff878a5331d712395fab1a46021b49 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 5 May 2018 22:32:49 -0300 Subject: Initial part of hercules updates --- conf/char/char-server.conf | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'conf/char/char-server.conf') diff --git a/conf/char/char-server.conf b/conf/char/char-server.conf index db433244a..b76898b61 100644 --- a/conf/char/char-server.conf +++ b/conf/char/char-server.conf @@ -218,6 +218,32 @@ char_configuration: { // Default: 3 // Maximum allowed by clientside: 3 max_tries: 3 + + // Whether or not to refuse pincodes that are blacklisted + // Default: true + check_blacklisted: false + + // Blacklisted pincodes + blacklist: [ + "0000", + "1111", + "2222", + "3333", + "4444", + "5555", + "6666", + "7777", + "8888", + "9999", + "0123", + "1234", + "2345", + "3456", + "4567", + "5678", + "6789", + "7890" + ] } } -- cgit v1.2.3-60-g2f50