diff options
-rw-r--r-- | src/map/mob.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/mob.c b/src/map/mob.c index 433e979f3..173636df8 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -160,8 +160,6 @@ void mvptomb_create(struct mob_data *md, char *killer, time_t time) map_addnpc(nd->bl.m, nd); map_addblock(&nd->bl); status_set_viewdata(&nd->bl, nd->class_); - status_change_init(&nd->bl); - unit_dataset(&nd->bl); clif->spawn(&nd->bl); } |