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 --- src/login/login.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/login/login.h') diff --git a/src/login/login.h b/src/login/login.h index 494912698..80cbee74b 100644 --- a/src/login/login.h +++ b/src/login/login.h @@ -42,6 +42,8 @@ struct login_session_data { int has_client_hash; int fd; + + time_t expiration_time; }; struct mmo_char_server { -- cgit v1.2.3-60-g2f50