From 76f7a9ba075e12fb67a8d68c9e414d5e7232b2af Mon Sep 17 00:00:00 2001 From: Fedja Beader Date: Tue, 30 May 2023 15:22:26 +0000 Subject: [TMW2] Increase mail expire time from 15d to 45d --- src/common/mmo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/mmo.h b/src/common/mmo.h index c8a59279c..116a13fb0 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -365,7 +365,7 @@ STATIC_ASSERT(MAX_ITEM_OPTIONS <= 5, "This value is limited by the client and da #define RODEX_TITLE_LENGTH (40 + 1) #define RODEX_BODY_LENGTH (500 + 1) #define RODEX_MAX_ITEM (5) -#define RODEX_EXPIRE (1 * 15 * 24 * 60 * 60) +#define RODEX_EXPIRE (45 * 24 * 60 * 60) #if PACKETVER >= 20170419 #define RODEX_MAIL_PER_PAGE 32 #else -- cgit v1.2.3-60-g2f50