summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2023-05-30 15:22:26 +0000
committerJesusalva Jesusalva <jesusalva@themanaworld.org>2023-05-30 15:22:26 +0000
commit76f7a9ba075e12fb67a8d68c9e414d5e7232b2af (patch)
tree3d985437d2275b5da016fba99f6469546933d6eb
parent2f8221773007aa913e04da8aad2fe00b20aba8a2 (diff)
downloadhercules-tmw2.tar.gz
hercules-tmw2.tar.bz2
hercules-tmw2.tar.xz
hercules-tmw2.zip
[TMW2] Increase mail expire time from 15d to 45dHEADtmw2
-rw-r--r--src/common/mmo.h2
1 files changed, 1 insertions, 1 deletions
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