diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/char/char-server.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/conf/char/char-server.conf b/conf/char/char-server.conf index 76bd5e359..0f07731fb 100644 --- a/conf/char/char-server.conf +++ b/conf/char/char-server.conf @@ -50,7 +50,7 @@ char_configuration: { // Server Communication username and password. userid: "s1" passwd: "p1" - + // Login Server IP // The character server connects to the login server using this IP address. // NOTE: This is useful when you are running behind a firewall or are on @@ -162,6 +162,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: { |