diff options
author | momacabu <momacabu@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-11-20 15:58:29 +0000 |
---|---|---|
committer | momacabu <momacabu@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-11-20 15:58:29 +0000 |
commit | 6cea35b21b3327b8ed5981daf5549dda7ecc48cf (patch) | |
tree | 52163008cca4b6394c6faca626d7a7d3274a577a /conf/char_athena.conf | |
parent | a10e65fdc82e4073909354e760c95080a407d25e (diff) | |
download | hercules-6cea35b21b3327b8ed5981daf5549dda7ecc48cf.tar.gz hercules-6cea35b21b3327b8ed5981daf5549dda7ecc48cf.tar.bz2 hercules-6cea35b21b3327b8ed5981daf5549dda7ecc48cf.tar.xz hercules-6cea35b21b3327b8ed5981daf5549dda7ecc48cf.zip |
Minor improvement in char_per_account setting, which could be greater than MAX_CHARS.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16937 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/char_athena.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 |