summaryrefslogtreecommitdiff
path: root/conf/char-server.conf
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-12-30 13:18:55 -0200
committershennetsind <ind@henn.et>2013-12-30 13:18:55 -0200
commite153b614bd6c3cfb85528ce847fdcb353fe31020 (patch)
treed2df4d0c6c05f4db7ba4fb04672ed712583af16d /conf/char-server.conf
parent0a7c002990ba08a39156b966cbd8e8e7ad3a4ce4 (diff)
downloadhercules-e153b614bd6c3cfb85528ce847fdcb353fe31020.tar.gz
hercules-e153b614bd6c3cfb85528ce847fdcb353fe31020.tar.bz2
hercules-e153b614bd6c3cfb85528ce847fdcb353fe31020.tar.xz
hercules-e153b614bd6c3cfb85528ce847fdcb353fe31020.zip
Fixed account expiration time
Login server no longer insta-denies expired accounts, as there may be free to play (or non paying) char server modes in the list, also made sure type 3 is sent as normal mode to non-expired accounts (client has a hardcoded if type == 3 => "claim need to pay & deny message" Special Thanks to Beret. Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'conf/char-server.conf')
-rw-r--r--conf/char-server.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/char-server.conf b/conf/char-server.conf
index cbba2fe0b..4ff2a3398 100644
--- a/conf/char-server.conf
+++ b/conf/char-server.conf
@@ -64,7 +64,7 @@ console_silent: 0
// Type of server.
// No functional side effects at the moment.
// Displayed next to the server name in the client.
-// 0=normal, 1=maintenance, 2=over 18, 3=paying, 4=P2P
+// 0=normal, 1=maintenance, 2=over 18, 3=paying, 4=F2P
char_server_type: 0
// Minimum Group ID to join char server when it is on char_server_type 1 (maintenance)