diff options
Diffstat (limited to 'conf/char-server.conf')
-rw-r--r-- | conf/char-server.conf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/conf/char-server.conf b/conf/char-server.conf index 1c166f309..da0b8d45b 100644 --- a/conf/char-server.conf +++ b/conf/char-server.conf @@ -134,11 +134,6 @@ char_name_option: 1 // Note: Don't add spaces unless you mean to add 'space' to the list. 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 // 0: no restriction (players can delete characters of any level) // -X: you can't delete chars with BaseLevel <= X |