diff options
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/clif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index 4e6637a5e..985871cc7 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -11695,7 +11695,7 @@ void clif_parse_Mail_send(int fd, struct map_session_data *sd) else memset(msg.body, 0x00, MAIL_BODY_LENGTH); - msg.timestamp = calc_times(); + msg.timestamp = time(NULL); if( !intif_Mail_send(sd->status.account_id, &msg) ) mail_deliveryfail(sd, &msg); |