diff options
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h index 8f697a33b..bc79073b5 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -872,6 +872,8 @@ struct mob_data { int skilltarget;
int def_ele;
int master_id,master_dist;
+
+ struct npc_data *nd;
short skillx,skilly,skillid,skilllv,skillidx;
unsigned int skilldelay[MAX_MOBSKILL];
|