1
This commit is contained in:
parent
3bae3519ff
commit
79f90f4d0a
@ -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
|
||||
}
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user