diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index 34bc0f9..208cf57 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -558,6 +558,10 @@ void Human::BeKill(int killer_id, const std::string& killer_name, int weapon_id) ); room->frame_event.AddDead(this); room->OnHumanDie(this); + { + OnLeaveGrass(); + RemoveBuff(HIDE_BUFF_ID); + } SyncAroundPlayers(); } }