diff options
-rw-r--r-- | src/map/mob.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/mob.c b/src/map/mob.c index 8fb6e70f7..d7442dcdf 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -1512,6 +1512,7 @@ int mob_convertslave_sub(struct block_list *bl,va_list ap) md->master_id = md2->master_id; md->state.killer = md2->state.killer; md->special_state.ai = md2->special_state.ai; + md->nd = md2->nd; } return 0; |