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