diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-12-14 00:48:59 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-14 00:48:59 -0200 |
commit | d95b7707c57c8697dd523370dcab163947a60c84 (patch) | |
tree | e119d52940f5700ac32c92f92f6b136189ad35bc /conf/char/char-server.conf | |
parent | ee8b35709e01dbdf4b3c489830d9c2d208ffa4df (diff) | |
download | serverdata-d95b7707c57c8697dd523370dcab163947a60c84.tar.gz serverdata-d95b7707c57c8697dd523370dcab163947a60c84.tar.bz2 serverdata-d95b7707c57c8697dd523370dcab163947a60c84.tar.xz serverdata-d95b7707c57c8697dd523370dcab163947a60c84.zip |
Hercules Update (needed for pipelines)
Diffstat (limited to 'conf/char/char-server.conf')
-rw-r--r-- | conf/char/char-server.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/char/char-server.conf b/conf/char/char-server.conf index 59ea57e34..d1e54ebd4 100644 --- a/conf/char/char-server.conf +++ b/conf/char/char-server.conf @@ -152,6 +152,11 @@ char_configuration: { // Set the letters/symbols that you want use with the 'char_name_option' option. // Note: Don't add spaces unless you mean to add 'space' to the list. name_letters: "abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-_" + + // Block renaming if character is in a guild or a party? (BOOL) + // Athena: false Aegis: true + // This check is imposed by Aegis to avoid dead entries in databases and is not needed on Hercules, as we clear data properly + use_aegis_rename: false } deletion: { |