From 8b1b38e18145ca8a7b29a364c77091230699e71c Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 23 Dec 2020 16:36:01 +0800 Subject: [PATCH] 1 --- server/gameserver/human.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index 1ebfdbe..2f69656 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -1034,10 +1034,9 @@ void Human::BeKill(int killer_id, const std::string& killer_name, int weapon_id) ((Human*)hum)->kill_humans.insert(this); ((Human*)hum)->SyncAroundPlayers(__FILE__, __LINE__, __func__); if (weapon_id == VW_Tank) { - std::string msg = a8::Format("%s 使用 %s 干掉了 %s", + std::string msg = a8::Format("%s 使用 载具 干掉了 %s", { killer_name, - "载具", name }); SendRollMsg(msg);