diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index 42cbf1e5..ba6c5fca 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -3352,7 +3352,7 @@ void Human::InternalBeKill(int killer_id, const std::string& killer_name, int we GetTrigger()->Die(killer_id, weapon_id); OnDie(); KillMgr::Instance()->OnHumanDead(this, &info); - room->frame_event.AddDead(GetWeakPtrRef(), 0); + room->frame_event.AddDead(GetWeakPtrRef(), 1000 * mt::Param::s().revive_time); } else { dead = true; real_dead = true;