This commit is contained in:
aozhiwei 2020-12-23 16:43:18 +08:00
parent ba3b2f22b6
commit b0f4515873

View File

@ -1057,7 +1057,7 @@ void Human::BeKill(int killer_id, const std::string& killer_name, int weapon_id)
switch (weapon_id) { switch (weapon_id) {
case VW_SafeArea: case VW_SafeArea:
{ {
std::string msg = a8::Format("%s 被毒圈干掉", std::string msg = a8::Format(TEXT("battle_server_dead_gas", "%s 被毒圈干掉").c_str(),
{ {
name name
}); });