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/common/mmo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common') diff --git a/src/common/mmo.h b/src/common/mmo.h index bd5da6a9f..273edc42b 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -863,7 +863,7 @@ enum e_char_server_type { CST_MAINTENANCE = 1, CST_OVER18 = 2, CST_PAYING = 3, - CST_P2P = 4, + CST_F2P = 4, }; /* packet size constant for itemlist */ -- cgit v1.2.3-70-g09d2