From b2aec3fdf96913c1ebe69957d7c8d556988e6af2 Mon Sep 17 00:00:00 2001 From: zephyrus Date: Fri, 7 Mar 2008 20:38:33 +0000 Subject: - Fixed some bugs on auction. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12318 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/intif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/intif.c') diff --git a/src/map/intif.c b/src/map/intif.c index 6bf6f4ef8..a9fba59e9 100644 --- a/src/map/intif.c +++ b/src/map/intif.c @@ -1732,7 +1732,7 @@ static void intif_parse_Auction_register(int fd) return; } - memcpy(&auction, WFIFOP(fd,4), sizeof(struct auction_data)); + memcpy(&auction, RFIFOP(fd,4), sizeof(struct auction_data)); if( (sd = map_charid2sd(auction.seller_id)) == NULL ) return; -- cgit v1.2.3-70-g09d2