From e153b614bd6c3cfb85528ce847fdcb353fe31020 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Mon, 30 Dec 2013 13:18:55 -0200 Subject: 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 --- conf/char-server.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/char-server.conf') 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) -- cgit v1.2.3-70-g09d2