diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-09 15:28:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-09 15:28:32 -0300 |
commit | 352aedddeafd1ef2bec1e770e834ae9e660f4541 (patch) | |
tree | 34853b94ea7633fd7f2b08fd1b3ab4a55f3eab8b /conf | |
parent | 8db87e7ec2f8db4e78383c634edd8b7a4c88ff89 (diff) | |
download | serverdata-352aedddeafd1ef2bec1e770e834ae9e660f4541.tar.gz serverdata-352aedddeafd1ef2bec1e770e834ae9e660f4541.tar.bz2 serverdata-352aedddeafd1ef2bec1e770e834ae9e660f4541.tar.xz serverdata-352aedddeafd1ef2bec1e770e834ae9e660f4541.zip |
Allow char names to have a minus sign on them. I'm looking at Chicka-Maria here.
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 b76898b61..7dbc98cd6 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-" } deletion: { |