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