From 0e9b11b8505619905a581c19fe27269c0567fdf4 Mon Sep 17 00:00:00 2001 From: Guillaume Jacquemin Date: Sat, 7 Dec 2024 16:57:13 +0100 Subject: [PATCH] GameData: fix typo. --- src/GameData/WeaponParts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GameData/WeaponParts.h b/src/GameData/WeaponParts.h index ca70e81..a1b0d98 100644 --- a/src/GameData/WeaponParts.h +++ b/src/GameData/WeaponParts.h @@ -425,7 +425,7 @@ static const std::map blauncher_pods { {302, "Elliptical Cluster Pod (Cluster x40)"_s}, {303, "Sawed Cluster Pod (Cluster x40)"_s}, {304, "Pentagonal Cluster Pod (Cluster x40)"_s}, - {396, " (Cluster x24)"_s}, + {396, " (Cluster x40)"_s}, {399, "C Base Pod (Cluster x40)"_s}, };