diff options
author | meko <mekolat@users.noreply.github.com> | 2015-09-29 12:24:36 -0400 |
---|---|---|
committer | meko <mekolat@users.noreply.github.com> | 2015-09-29 12:24:36 -0400 |
commit | fde0fe77bac890a597a8703405a7c3e8af53949b (patch) | |
tree | c6d21960c3cd046dc5693a373cb0037f757231ca | |
parent | a67bbd1737a09ba1878dbb4d07ea4cdc1fc8f11e (diff) | |
parent | 6cea6f7f69e308269f32cac3aca40342be978768 (diff) | |
download | serverdata-fde0fe77bac890a597a8703405a7c3e8af53949b.tar.gz serverdata-fde0fe77bac890a597a8703405a7c3e8af53949b.tar.bz2 serverdata-fde0fe77bac890a597a8703405a7c3e8af53949b.tar.xz serverdata-fde0fe77bac890a597a8703405a7c3e8af53949b.zip |
Merge pull request #425 from wushin/manaplus-nick-sanity
New Allowed chars in M+
-rw-r--r-- | world/conf/char_athena.conf | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/world/conf/char_athena.conf b/world/conf/char_athena.conf index 2e85a1b3..c82ba476 100644 --- a/world/conf/char_athena.conf +++ b/world/conf/char_athena.conf @@ -28,17 +28,13 @@ char_log_filename: log/char.log // / is the command prefix (but it's still allowed!) // : 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: "#:[]{} +char_name_letters: $&'()*+,-. char_name_letters: 0123456789 -//char_name_letters: : char_name_letters: ;<=>? char_name_letters: ABCDEFGHIJKLMNOPRSTQUVWXYZ -//char_name_letters: [] -char_name_letters: @\^_` +char_name_letters: \^_` char_name_letters: abcdefghijklmnoprstquvwxyz -//char_name_letters: {} char_name_letters: |~ // minimum char name length |