From 88d795a036a4f954df1987fe3b241964df182a65 Mon Sep 17 00:00:00 2001 From: zephyrus Date: Fri, 7 Mar 2008 05:08:12 +0000 Subject: - More updates to Auctions. Now you "really" can register auctions, limit to 5 per char (according to official info). - Also added the Buy and Sell lists. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12314 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/intif.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/intif.h') diff --git a/src/map/intif.h b/src/map/intif.h index d2e3ca4f8..8628e752b 100644 --- a/src/map/intif.h +++ b/src/map/intif.h @@ -83,8 +83,8 @@ int intif_Mail_delete(int char_id, int mail_id); int intif_Mail_return(int char_id, int mail_id); int intif_Mail_send(int account_id, struct mail_message *msg); // AUCTION SYSTEM -int intif_Auction_requestlist(int account_id, short type, int price, const char* searchtext); -int intif_Auction_register(int account_id, struct auction_data *auction); +int intif_Auction_requestlist(int char_id, short type, int price, const char* searchtext); +int intif_Auction_register(struct auction_data *auction); #endif int CheckForCharServer(void); -- cgit v1.2.3-60-g2f50