From 556ea4c20bb7ca06adb572ccefc1986f71e6a5c0 Mon Sep 17 00:00:00 2001 From: Haru Date: Tue, 3 Nov 2015 14:42:46 +0100 Subject: Moved class and dir initializers to npc_create_npc Signed-off-by: Haru --- src/map/mob.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/map/mob.c') diff --git a/src/map/mob.c b/src/map/mob.c index 2b519462d..c925d02ce 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -142,15 +142,11 @@ void mvptomb_create(struct mob_data *md, char *killer, time_t time) if ( md->tomb_nid ) mob->mvptomb_destroy(md); - nd = npc->create_npc(md->bl.m, md->bl.x, md->bl.y); + nd = npc->create_npc(md->bl.m, md->bl.x, md->bl.y, md->ud.dir, MOB_TOMB); md->tomb_nid = nd->bl.id; - nd->dir = md->ud.dir; - nd->bl.type = BL_NPC; safestrncpy(nd->name, msg_txt(856), sizeof(nd->name)); // "Tomb" - nd->class_ = 565; - nd->speed = 200; nd->subtype = TOMB; nd->u.tomb.md = md; @@ -165,7 +161,6 @@ void mvptomb_create(struct mob_data *md, char *killer, time_t time) map->addblock(&nd->bl); status->set_viewdata(&nd->bl, nd->class_); clif->spawn(&nd->bl); - } void mvptomb_destroy(struct mob_data *md) { -- cgit v1.2.3-60-g2f50