diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index 368bd33b..d5e3b6cf 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -3106,10 +3106,12 @@ void Human::ProcReliveAction() return; } Human* hum = (Human*)entity; + #if 0 if (hum->action_type == AT_Rescue) { hum->CancelAction(); return; } + #endif if (!hum->dead && hum->downed) { SetHP(MetaMgr::Instance()->GetSysParamAsInt("downed_relive_recover_hp")); hum->downed = false;