From 90f8f6d479f7e18ad1db774dcab46224823a7d3e Mon Sep 17 00:00:00 2001 From: zephyrus Date: Fri, 7 Mar 2008 21:41:53 +0000 Subject: - Moved the auction time controls only on Char Servers. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12321 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 6470ebb86..a71c19f44 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -11898,8 +11898,8 @@ void clif_parse_Auction_register(int fd, struct map_session_data *sd) auction.type = item->type; memcpy(&auction.item, &sd->status.inventory[sd->auction.index], sizeof(struct item)); auction.item.amount = 1; + auction.timestamp = 0; - auction.timestamp = (int)mail_calctimes() + (auction.hours * 3600); if( !intif_Auction_register(&auction) ) clif_Auction_message(fd, 4); // No Char Server? lets say something to the client else -- cgit v1.2.3-70-g09d2