diff options
author | DracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-24 16:58:29 +0000 |
---|---|---|
committer | DracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-24 16:58:29 +0000 |
commit | 252476c27cc0829e15fb1f08a50a52e1ec5041b5 (patch) | |
tree | 9eb0ac9a0b65aa0cf1ffdf28fce668b6cb523f7a /src/common | |
parent | 104696a9505921e4b76ba117dec81efc34622a1a (diff) | |
download | hercules-252476c27cc0829e15fb1f08a50a52e1ec5041b5.tar.gz hercules-252476c27cc0829e15fb1f08a50a52e1ec5041b5.tar.bz2 hercules-252476c27cc0829e15fb1f08a50a52e1ec5041b5.tar.xz hercules-252476c27cc0829e15fb1f08a50a52e1ec5041b5.zip |
Random Homunculus cleanup
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7857 54d463be-8e91-2dee-dedb-b68131a5f0ec
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;
|