summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authortoms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-20 20:56:08 +0000
committertoms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-20 20:56:08 +0000
commitd2b562b8242d07c6a373baaa6dce66fa85df9eb5 (patch)
treee64fde558953685647e430ce7409f909bd5a3f4e /src/common
parentce1a84b0633abd41476d388c01d50c00aa3d99a2 (diff)
downloadhercules-d2b562b8242d07c6a373baaa6dce66fa85df9eb5.tar.gz
hercules-d2b562b8242d07c6a373baaa6dce66fa85df9eb5.tar.bz2
hercules-d2b562b8242d07c6a373baaa6dce66fa85df9eb5.tar.xz
hercules-d2b562b8242d07c6a373baaa6dce66fa85df9eb5.zip
Fixed "int format, long unsigned int arg" warning
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8391 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common')
-rw-r--r--src/common/mmo.h4
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 ;