diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/mmo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index 94ebdb610..f8dba9a92 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -174,12 +174,12 @@ struct s_homunculus { //[orn] int char_id;
short class_;
int hp,max_hp,sp,max_sp;
- unsigned long intimacy; //[orn]
+ unsigned int intimacy; //[orn]
short hunger;
struct skill hskill[MAX_HOMUNSKILL]; //albator
short skillpts;
short level;
- unsigned long exp;
+ unsigned int exp;
short rename_flag;
short vaporize; //albator
int str ;
|