diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index 349f3247..43307149 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -3493,6 +3493,7 @@ void Human::InternalBeKill(int killer_id, const std::string& killer_name, int we } } } + SendViewerUiMemberUpdate({GetUniId()}); } } }