diff options
author | wushin <pasekei@gmail.com> | 2015-12-08 09:24:51 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2015-12-08 09:24:51 -0600 |
commit | e74407cb3b3d9029033a9324a519375732bbfc12 (patch) | |
tree | e979cdc06b03b1d7911d8ae113a3f0877396d839 /world/conf/char_athena.conf | |
parent | a9bce8e7c28b67548dd2d801459b4014d242abbc (diff) | |
download | serverdata-e74407cb3b3d9029033a9324a519375732bbfc12.tar.gz serverdata-e74407cb3b3d9029033a9324a519375732bbfc12.tar.bz2 serverdata-e74407cb3b3d9029033a9324a519375732bbfc12.tar.xz serverdata-e74407cb3b3d9029033a9324a519375732bbfc12.zip |
Fix space in char names
Diffstat (limited to 'world/conf/char_athena.conf')
-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 |