diff options
Diffstat (limited to 'src/map/intif.c')
-rw-r--r-- | src/map/intif.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |