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