diff options
-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 4fcacc205..cdb692df8 100644 --- a/src/map/mob.h +++ b/src/map/mob.h @@ -104,7 +104,7 @@ struct mob_db { struct { int nameid,p; } mvpitem[MAX_MVP_DROP]; struct status_data status; struct view_data vd; - short option; + unsigned int option; int summonper[MAX_RANDOMMONSTER]; int maxskill; struct mob_skill skill[MAX_MOBSKILL]; |