summaryrefslogtreecommitdiff
path: root/conf/char-server.conf
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-04-01 18:48:55 -0300
committershennetsind <ind@henn.et>2013-04-01 18:48:55 -0300
commita4e273d9bed24286002bed8f2909f0ff1b5c4f91 (patch)
treee60dc7daf8ddd28aa49f0fd00f9255d8736cf741 /conf/char-server.conf
parenta3d41f93a26078d4a2586efae168e079f59fac6e (diff)
downloadhercules-a4e273d9bed24286002bed8f2909f0ff1b5c4f91.tar.gz
hercules-a4e273d9bed24286002bed8f2909f0ff1b5c4f91.tar.bz2
hercules-a4e273d9bed24286002bed8f2909f0ff1b5c4f91.tar.xz
hercules-a4e273d9bed24286002bed8f2909f0ff1b5c4f91.zip
Dropped char_per_account char-server config
It became pointless, since 0241d0195558b7e57d2181f2f097cf774a1ef463 introduced a more accurate way to control the amount of characters in an account. This update also reduced the amount of mysql queries used on char creation by 2. Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'conf/char-server.conf')
-rw-r--r--conf/char-server.conf5
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