diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-01-15 23:58:11 -0500 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-01-15 23:58:11 -0500 |
commit | f31063b9c032d248fd6a326b2591c294c6d2cbb7 (patch) | |
tree | e979cdc06b03b1d7911d8ae113a3f0877396d839 | |
parent | a9bce8e7c28b67548dd2d801459b4014d242abbc (diff) | |
parent | e74407cb3b3d9029033a9324a519375732bbfc12 (diff) | |
download | serverdata-f31063b9c032d248fd6a326b2591c294c6d2cbb7.tar.gz serverdata-f31063b9c032d248fd6a326b2591c294c6d2cbb7.tar.bz2 serverdata-f31063b9c032d248fd6a326b2591c294c6d2cbb7.tar.xz serverdata-f31063b9c032d248fd6a326b2591c294c6d2cbb7.zip |
Merge pull request #450 from wushin/fix-space-in-name
Fix space in char names
-rw-r--r-- | world/conf/char_athena.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/conf/char_athena.conf b/world/conf/char_athena.conf index c82ba476..64f8b082 100644 --- a/world/conf/char_athena.conf +++ b/world/conf/char_athena.conf @@ -29,7 +29,7 @@ char_log_filename: log/char.log // : is used as a separator in script menus // I'm not sure why []{} are not included though //char_name_letters: "#:[]{} -char_name_letters: $&'()*+,-. +char_name_letters: $ &'()*+,-. char_name_letters: 0123456789 char_name_letters: ;<=>? char_name_letters: ABCDEFGHIJKLMNOPRSTQUVWXYZ |