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/trade.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/trade.c') diff --git a/src/map/trade.c b/src/map/trade.c index a9f2a2fd5..4371bf6a8 100644 --- a/src/map/trade.c +++ b/src/map/trade.c @@ -49,7 +49,7 @@ void trade_traderequest(struct map_session_data *sd, struct map_session_data *ta } if (!battle_config.invite_request_check) { - if (target_sd->guild_invite > 0 || target_sd->party_invite > 0) { + if (target_sd->guild_invite > 0 || target_sd->party_invite > 0 || target_sd->adopt_invite) { clif_tradestart(sd, 2); return; } -- cgit v1.2.3-70-g09d2