diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-31 20:37:39 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-31 20:37:39 +0000 |
commit | 353b697f724a54e5d4f578b0509d8d6e6959d299 (patch) | |
tree | 7f53009c9f9f72347c68f20f66fbf4fe3913f934 /conf-tmpl | |
parent | d0d7cb926f66b1e2dbf7e57291c00c27437dcc07 (diff) | |
download | hercules-353b697f724a54e5d4f578b0509d8d6e6959d299.tar.gz hercules-353b697f724a54e5d4f578b0509d8d6e6959d299.tar.bz2 hercules-353b697f724a54e5d4f578b0509d8d6e6959d299.tar.xz hercules-353b697f724a54e5d4f578b0509d8d6e6959d299.zip |
- Made the char_name_option char_athena.conf setting apply to parties and guilds as well. It cannot be applied to pets yet without adding a change-name-request interserver packet.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6897 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/char_athena.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf-tmpl/char_athena.conf b/conf-tmpl/char_athena.conf index e47855752..68f7113aa 100644 --- a/conf-tmpl/char_athena.conf +++ b/conf-tmpl/char_athena.conf @@ -150,6 +150,7 @@ char_log_filename: log/char.log name_ignoring_case: 0
// Manage possible letters/symbol in the name of charater. Control character (0x00-0x1f) are never accepted. Possible values are:
+// NOTE: Applies to character, party and guild names.
// 0: no restriction (default)
// 1: only letters/symbols in 'char_name_letters' option.
// 2: Letters/symbols in 'char_name_letters' option are forbidden. All others are possibles.
|