This commit is contained in:
aozhiwei 2021-06-01 15:12:26 +08:00
parent 3bae3519ff
commit 79f90f4d0a

View File

@ -766,10 +766,12 @@ void Human::BeKill(int killer_id, const std::string& killer_name, int weapon_id)
info.killer_team_id = killer->team_id;
SendRollMsgEx
(info,
TEXT("battle_server_dead_weapon", "%s 使用 %s ${weapon_id} 干掉了 %s").c_str(),
TEXT("battle_server_dead_weapon", "%s 使用 ${weapon_id} 干掉了 %s").c_str(),
{
killer_name,
#if 0
equip_meta->i->name(),
#endif
name
}
);