From e2856893e1bdaba52c1ff3e0cbd7a4635e7af90b Mon Sep 17 00:00:00 2001 From: skotlex Date: Sat, 10 Jun 2006 03:58:15 +0000 Subject: - Added structure party_data and party_member_data to the map server to hold party-specific required information about parties including Monk/TK/SG/SN states and party member count. - party Hp updates are no longer done each time the Hp is modified, but together with the party xy timer. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7083 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/char_sql/int_party.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/char_sql') diff --git a/src/char_sql/int_party.c b/src/char_sql/int_party.c index f54ddfe20..fa0d3efb4 100644 --- a/src/char_sql/int_party.c +++ b/src/char_sql/int_party.c @@ -519,7 +519,6 @@ int mapif_parse_CreateParty(int fd, int account_id, int char_id, char *name, cha memcpy(p->name,name,NAME_LENGTH); p->exp=0; p->item=(item?1:0)|(item2?2:0); - p->itemc = 0; p->member[0].account_id=account_id; p->member[0].char_id =char_id; -- cgit v1.2.3-70-g09d2