diff options
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r-- | src/common/mmo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index 9cb9477d8..b61af6658 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -129,6 +129,9 @@ struct mmo_charstatus { int char_id; int account_id; int partner_id; + int father; + int mother; + int child; int base_exp,job_exp,zeny; |