summaryrefslogtreecommitdiff
path: root/conf/char/char-server.conf
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2018-11-13 15:26:42 +0100
committerGitHub <noreply@github.com>2018-11-13 15:26:42 +0100
commitbeacddf2e4b9393f85d92508f4639a4118350ac9 (patch)
tree7bc0eae59312d50c3eaf19b53d4c65776676956d /conf/char/char-server.conf
parentbb2858fda55ca4ca3144232da9b837d9551aafc0 (diff)
parent71378dd896ac0ff839091a0c3ccca5abab20cda5 (diff)
downloadhercules-beacddf2e4b9393f85d92508f4639a4118350ac9.tar.gz
hercules-beacddf2e4b9393f85d92508f4639a4118350ac9.tar.bz2
hercules-beacddf2e4b9393f85d92508f4639a4118350ac9.tar.xz
hercules-beacddf2e4b9393f85d92508f4639a4118350ac9.zip
Merge pull request #1866 from Helianthella/rename2
patch for #1805 (char rename)
Diffstat (limited to 'conf/char/char-server.conf')
-rw-r--r--conf/char/char-server.conf7
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: {