From f7dc28bec2568e587cb47836eb70f7d9685a03cb Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 24 Jul 2019 18:24:46 +0800 Subject: [PATCH] 1 --- server/gameserver/human.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index 9c58a82..55b97e0 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -483,6 +483,7 @@ void Human::BeKill(int killer_id, const std::string& killer_name, int weapon_id) }, &xtimer_attacher.timer_list_ ); + status = 0; ClearBuffList(); room->frame_event.AddDead(this); room->OnHumanDie(this);