From ae29613f1dce867d48d5fabb7aa6c1e00b7eb145 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 31 Aug 2021 15:22:31 +0800 Subject: [PATCH] 1 --- server/gameserver/human.cc | 2 -- 1 file changed, 2 deletions(-) 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 } } }