diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/char_athena.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/char_athena.conf b/conf/char_athena.conf index 7c0efa3a1..bd2e2793c 100644 --- a/conf/char_athena.conf +++ b/conf/char_athena.conf @@ -139,6 +139,8 @@ char_name_option: 1 char_name_letters: abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890 // How many Characters are allowed per Account ? (0 = disabled) +// You can not exceed the limit of MAX_CHARS slots, defined in mmo.h +// Doing that, chars_per_account will be default to MAX_CHARS. chars_per_account: 0 // Restrict character deletion by BaseLevel |