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 a06334e77..3bbb92216 100644 --- a/src/map/intif.c +++ b/src/map/intif.c @@ -1827,7 +1827,7 @@ static void intif_parse_Auction_register(int fd) clif_Auction_message(sd->fd, 4); pc_additem(sd, &auction.item, auction.item.amount, LOG_TYPE_AUCTION); - pc_getzeny(sd, zeny, LOG_TYPE_AUCTION,NULL); + pc_getzeny(sd, zeny, LOG_TYPE_AUCTION, NULL); } } |