From d2b562b8242d07c6a373baaa6dce66fa85df9eb5 Mon Sep 17 00:00:00 2001 From: toms Date: Sun, 20 Aug 2006 20:56:08 +0000 Subject: 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 --- src/common/mmo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common') 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 ; -- cgit v1.2.3-70-g09d2