From fd42f3d7e7a803d997a82c25a9f7b853797a6aa3 Mon Sep 17 00:00:00 2001 From: zephyrus Date: Tue, 18 Mar 2008 04:32:20 +0000 Subject: - Added the official adoption method. ( Parents need to create a party, invite a novice/first class, both equip the wedding rings and someone just right click the future baby ). - Fixed a bug sometimes client don't show job's bonus stats. - Removed the problematic adoption script. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12389 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 286eaa6f1..8c48b7277 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -408,6 +408,7 @@ 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_openwindow(struct map_session_data *sd); void clif_Auction_results(struct map_session_data *sd, short count, short pages, unsigned char *buf); void clif_Auction_message(int fd, unsigned char flag); void clif_Auction_close(int fd, unsigned char flag); @@ -416,7 +417,7 @@ void clif_parse_Auction_cancelreg(int fd, struct map_session_data *sd); void clif_cashshop_show(struct map_session_data *sd, struct npc_data *nd); -// AUCTION SYSTEM -void clif_Auction_openwindow(struct map_session_data *sd); +// ADOPTION +void clif_Adopt_reply(struct map_session_data *sd, int type); #endif /* _CLIF_H_ */ -- cgit v1.2.3-70-g09d2