diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-10-14 18:22:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-10-14 18:22:53 -0300 |
commit | b9c61d54a8f8339dec26ea80117057f24a695790 (patch) | |
tree | 4e20e57e32fc77c69aabc6ce93a4bfb159ba6011 /conf | |
parent | 97dada4432c357d3be4aaf4d877988fec61b2fff (diff) | |
parent | e941630fd1ed8899f7c34edf72c10c4a9c23b5e0 (diff) | |
download | serverdata-b9c61d54a8f8339dec26ea80117057f24a695790.tar.gz serverdata-b9c61d54a8f8339dec26ea80117057f24a695790.tar.bz2 serverdata-b9c61d54a8f8339dec26ea80117057f24a695790.tar.xz serverdata-b9c61d54a8f8339dec26ea80117057f24a695790.zip |
Merge branch 'jesusalva/hello'
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 b8f914b8..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 |