From 2adeac91feafdc3145cdbb4feb387f126dd3796b Mon Sep 17 00:00:00 2001 From: shennetsind Date: Fri, 23 Dec 2011 18:08:30 +0000 Subject: Follow up r15029 fixed a typo in the array slot git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15232 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/char_sql/int_party.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/char_sql') diff --git a/src/char_sql/int_party.c b/src/char_sql/int_party.c index d62e9f6a7..14cef56e5 100644 --- a/src/char_sql/int_party.c +++ b/src/char_sql/int_party.c @@ -78,7 +78,7 @@ static void int_party_calc_state(struct party_data *p) if(p->party.member[i].online) p->party.count++; } - if( p->size == 2 && ( char_child(p->party.member[0].char_id,p->party.member[1].char_id) || char_child(p->party.member[1].char_id,p->party.member[2].char_id) ) ) { + if( p->size == 2 && ( char_child(p->party.member[0].char_id,p->party.member[1].char_id) || char_child(p->party.member[1].char_id,p->party.member[0].char_id) ) ) { //Child should be able to share with either of their parents [RoM] if(p->party.member[0].class_&0x2000) //first slot is the child? p->family = p->party.member[0].char_id; -- cgit v1.2.3-60-g2f50