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/party.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/party.c') diff --git a/src/map/party.c b/src/map/party.c index be89f6345..2e5370a80 100644 --- a/src/map/party.c +++ b/src/map/party.c @@ -288,7 +288,7 @@ int party_invite(struct map_session_data *sd,struct map_session_data *tsd) } if(!battle_config.invite_request_check) { - if (tsd->guild_invite>0 || tsd->trade_partner) { + if (tsd->guild_invite>0 || tsd->trade_partner || tsd->adopt_invite) { clif_party_inviteack(sd,tsd->status.name,0); return 0; } -- cgit v1.2.3-60-g2f50