diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/mmo.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index 88785fe78..9cd6c4f90 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -261,7 +261,8 @@ struct party { struct guild_member {
int account_id, char_id;
short hair,hair_color,gender,class_,lv;
- int exp,exp_payper;
+ unsigned int exp;
+ int exp_payper;
short online,position;
int rsv1,rsv2;
char name[NAME_LENGTH];
|