summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r--src/common/mmo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h
index 205c943c5..88785fe78 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -244,7 +244,6 @@ struct party_member {
int account_id;
int char_id;
char name[NAME_LENGTH];
- struct map_session_data *sd;
unsigned short map;
unsigned short lv;
unsigned leader : 1,
@@ -256,7 +255,6 @@ struct party {
char name[NAME_LENGTH];
unsigned exp : 1,
item : 2; //&1: Party-Share (round-robin), &2: pickup style: shared.
- short itemc; //For item sharing through round-robin, holds last item receiver.
struct party_member member[MAX_PARTY];
};