summaryrefslogtreecommitdiff
path: root/src/char
diff options
context:
space:
mode:
Diffstat (limited to 'src/char')
-rw-r--r--src/char/int_homun.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/char/int_homun.c b/src/char/int_homun.c
index d9153a9fe..48e96b9f0 100644
--- a/src/char/int_homun.c
+++ b/src/char/int_homun.c
@@ -24,8 +24,8 @@ int inter_homun_tostr(char *str,struct s_homunculus *p)
int i;
str+=sprintf(str,"%d,%d,%s\t%d,%d,%d,%d,%d,"
- "%lu,%d,%d,%d,"
- "%lu,%d,%d,"
+ "%u,%d,%d,%d,"
+ "%u,%d,%d,"
"%d,%d,%d,%d,%d,%d\t",
p->hom_id, p->class_, p->name,
p->char_id, p->hp, p->max_hp, p->sp, p->max_sp,