From b81ff1c3772fddc5885042a29d8b8ece39a4629a Mon Sep 17 00:00:00 2001 From: zephyrus Date: Wed, 5 Mar 2008 17:09:47 +0000 Subject: - Merged Auction Search and Register. It seen to work fine, so you can test those. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12301 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/map/clif.h') diff --git a/src/map/clif.h b/src/map/clif.h index d8714554d..aed08946b 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -123,7 +123,7 @@ int clif_scriptinput(struct map_session_data*,int); //self int clif_scriptinputstr(struct map_session_data *sd,int npcid); // self int clif_cutin(struct map_session_data* sd, const char* image, int type); //self int clif_viewpoint(struct map_session_data*,int,int,int,int,int,int); //self -int clif_additem(struct map_session_data*,int,int,int); //self +int clif_additem(struct map_session_data *sd, int n, int amount, int fail); // self int clif_delitem(struct map_session_data*,int,int); //self int clif_updatestatus(struct map_session_data*,int); //self int clif_changestatus(struct block_list*,int,int); //area @@ -301,7 +301,6 @@ int clif_guild_allianceinfo(struct map_session_data *sd); int clif_guild_memberlist(struct map_session_data *sd); int clif_guild_skillinfo(struct map_session_data *sd); int clif_guild_send_onlineinfo(struct map_session_data *sd); //[LuzZza] -int clif_guild_masterormember(struct map_session_data *sd); int clif_guild_memberlogin_notice(struct guild *g,int idx,int flag); int clif_guild_invite(struct map_session_data *sd,struct guild *g); int clif_guild_inviteack(struct map_session_data *sd,int flag); @@ -409,6 +408,8 @@ void clif_Mail_send(int fd, bool fail); void clif_Mail_new(int fd, int mail_id, const char *sender, const char *title); void clif_Mail_refreshinbox(struct map_session_data *sd); void clif_Mail_getattachment(int fd, uint8 flag); +// AUCTION SYSTEM +void clif_Auction_results(struct map_session_data *sd, short count, unsigned char *buf); #endif void clif_cashshop_show(struct map_session_data *sd, struct npc_data *nd); -- cgit v1.2.3-70-g09d2