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