diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index 5b5634b8..32f3c79b 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -802,7 +802,9 @@ void Human::BeKill(int killer_id, const std::string& killer_name, int weapon_id) } #endif DoGetDown(); + #if 0 KillMgr::Instance()->OnHumanDead(); + #endif } } }