From 0f3c97f0852fcdd43011cd3550449e5ab6037e66 Mon Sep 17 00:00:00 2001 From: ultramage Date: Sun, 27 Apr 2008 19:46:17 +0000 Subject: Removed the calc_times() no-op (bugreport:1289) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12668 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/clif.c') 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); -- cgit v1.2.3-60-g2f50