diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index 3f6e21d..393a6a0 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -632,6 +632,7 @@ void Human::BeKill(int killer_id, const std::string& killer_name, int weapon_id) } else { ((Human*)hum)->stats.kills++; ((Human*)hum)->kill_humans.insert(this); + ((Human*)hum)->SyncAroundPlayers(); MetaData::Equip* equip_meta = MetaMgr::Instance()->GetEquip(weapon_id); if (equip_meta) { std::string msg = a8::Format("%s 使用 %s 干掉了 %s",