diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index 63e580b..7301d05 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -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 } );