diff options
Diffstat (limited to 'src/map/mob.c')
-rw-r--r-- | src/map/mob.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/mob.c b/src/map/mob.c index c4cedad2d..f8e608699 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -1509,7 +1509,6 @@ int mob_convertslave_sub(struct block_list *bl,va_list ap) md2=va_arg(ap,TBL_MOB *); if(md->master_id > 0 && md->master_id == md2->bl.id){ - md->master_id = md2->master_id; md->state.killer = md2->state.killer; md->special_state.ai = md2->special_state.ai; md->nd = md2->nd; |