summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 8596f781b..0cc161fd8 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -378,7 +378,7 @@ struct npc_data {
struct mob_data {
struct block_list bl;
short n;
- short base_class,class,dir,mode;
+ short base_class,class,dir,mode,level;
short m,x0,y0,xs,ys;
char name[24];
int spawndelay1,spawndelay2;