From 8188efbcea52913a95e7e5c081a42a6eea07d479 Mon Sep 17 00:00:00 2001 From: ultramage Date: Tue, 18 Mar 2008 22:29:04 +0000 Subject: Fixed invited party members not displaying correctly (bugreport:1199) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12394 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/party.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/map/party.c') diff --git a/src/map/party.c b/src/map/party.c index 2e5370a80..8e97d1f05 100644 --- a/src/map/party.c +++ b/src/map/party.c @@ -381,8 +381,6 @@ int party_member_added(int party_id,int account_id,int char_id, int flag) } sd2 = map_id2sd(sd->party_invite_account); - if( sd2 != NULL ) - clif_party_inviteack(sd2,sd->status.name,flag?3:2); sd->party_invite = 0; sd->party_invite_account = 0; @@ -406,9 +404,13 @@ int party_member_added(int party_id,int account_id,int char_id, int flag) } party_check_conflict(sd); + clif_party_member_info(p,sd); clif_party_option(p,sd,0x100); clif_party_info(p,sd); - clif_party_member_info(p,sd); + + if( sd2 != NULL ) + clif_party_inviteack(sd2,sd->status.name,flag?3:2); + for( i = 0; i < ARRAYLENGTH(p->data); ++i ) {// hp of the other party members sd2 = p->data[i].sd; -- cgit v1.2.3-60-g2f50