diff options
Diffstat (limited to 'src/map/mob.h')
-rw-r--r-- | src/map/mob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mob.h b/src/map/mob.h index 2a084f082..7e011beac 100644 --- a/src/map/mob.h +++ b/src/map/mob.h @@ -29,7 +29,7 @@ struct mob_skill { struct mob_db {
char name[NAME_LENGTH],jname[NAME_LENGTH];
- short lv;
+ unsigned short lv;
int max_hp,max_sp;
unsigned int base_exp,job_exp;
int atk1,atk2;
|