summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
diff options
context:
space:
mode:
authorDracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-24 16:58:29 +0000
committerDracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-24 16:58:29 +0000
commit252476c27cc0829e15fb1f08a50a52e1ec5041b5 (patch)
tree9eb0ac9a0b65aa0cf1ffdf28fce668b6cb523f7a /src/common/mmo.h
parent104696a9505921e4b76ba117dec81efc34622a1a (diff)
downloadhercules-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/mmo.h')
-rw-r--r--src/common/mmo.h2
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;