summaryrefslogtreecommitdiff
path: root/src/map/mob.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/mob.c')
-rw-r--r--src/map/mob.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/map/mob.c b/src/map/mob.c
index 61b77bf97..8d9b69626 100644
--- a/src/map/mob.c
+++ b/src/map/mob.c
@@ -2174,7 +2174,10 @@ void mob_revive(struct mob_data *md, unsigned int hp)
md->last_linktime = tick;
if (!md->bl.prev)
map_addblock(&md->bl);
- clif_spawn(&md->bl);
+ if(pcdb_checkid(md->vd->class_) && md->nd)
+ md->vd->dead_sit = 0;
+ else
+ clif_spawn(&md->bl);
skill_unit_move(&md->bl,tick,1);
mobskill_use(md, tick, MSC_SPAWN);
if (battle_config.show_mob_hp)