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);