diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-11-04 23:58:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-11-04 23:58:57 -0300 |
commit | e941630fd1ed8899f7c34edf72c10c4a9c23b5e0 (patch) | |
tree | 7327a2e856f4422ae31a9f4c3a71cf39d33d2b10 /conf | |
parent | 957ed807b1e6e2820717284acfcec9d35a3ee62a (diff) | |
download | serverdata-e941630fd1ed8899f7c34edf72c10c4a9c23b5e0.tar.gz serverdata-e941630fd1ed8899f7c34edf72c10c4a9c23b5e0.tar.bz2 serverdata-e941630fd1ed8899f7c34edf72c10c4a9c23b5e0.tar.xz serverdata-e941630fd1ed8899f7c34edf72c10c4a9c23b5e0.zip |
Allow underscores as well.jesusalva/hello
...I mean, why not o.o
Diffstat (limited to 'conf')
-rw-r--r-- | conf/char/char-server.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/char/char-server.conf b/conf/char/char-server.conf index f50a70c4..292b0502 100644 --- a/conf/char/char-server.conf +++ b/conf/char/char-server.conf @@ -151,7 +151,7 @@ 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=)-" + name_letters: "abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890=)-_" // Block renaming if character is in a guild or a party? (BOOL) // Athena: false Aegis: true |