diff options
Diffstat (limited to 'src/map/mob.c')
-rw-r--r-- | src/map/mob.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/mob.c b/src/map/mob.c index d773de1ec..a7516c784 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -4185,7 +4185,8 @@ void mob_reload(void) static int mob_read_sqldb(void) { char line[1024]; - int i,class,ln=0; + int i,class; + long unsigned int ln=0; char *str[55],*p,*np; memset(mob_db,0,sizeof(mob_db)); |