GameData: fix typo.
This commit is contained in:
parent
9629047fbc
commit
0e9b11b850
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ static const std::map<std::int32_t, Containers::StringView> blauncher_pods {
|
|||
{302, "Elliptical Cluster Pod (Cluster x40)"_s},
|
||||
{303, "Sawed Cluster Pod (Cluster x40)"_s},
|
||||
{304, "Pentagonal Cluster Pod (Cluster x40)"_s},
|
||||
{396, "<hidden launcher> (Cluster x24)"_s},
|
||||
{396, "<hidden launcher> (Cluster x40)"_s},
|
||||
{399, "C Base Pod (Cluster x40)"_s},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue