From 366d628e47ed63750c36e3e75143f9a851c657e5 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 7 Aug 2019 14:54:38 +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 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",