Maps/LastMissionId: update for version 0.9.
This commit is contained in:
parent
71fde374a9
commit
89a10ff98d
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,8 @@ static const std::map<Int, Containers::StringView> mission_id_map {{
|
|||
{0x0070, "Mission 13 - The Sandstorm Glutton"_s},
|
||||
{0x0071, "Mission 14 - An Icy Investigation"_s},
|
||||
{0x0072, "Mission 15 - Outposts Line of Defense"_s},
|
||||
{0x0073, "Mission 16 - Hidden in the Pass"_s},
|
||||
{0x0074, "Mission 17 - Homebase Security"_s},
|
||||
|
||||
// Hunting grounds
|
||||
{0x00C8, "Hunt 1 - Desert Pathway Safety"_s},
|
||||
|
@ -50,6 +52,7 @@ static const std::map<Int, Containers::StringView> mission_id_map {{
|
|||
{0x00CA, "Hunt 3 - Abandoned Valley Raid"_s},
|
||||
{0x00CB, "Hunt 4 - Depths of the Machineries"_s},
|
||||
{0x00CC, "Hunt 5 - Crater Crashers"_s},
|
||||
{0x00CD, "Hunt 6 - Prototype Performance Tests"_s},
|
||||
|
||||
// Challenges
|
||||
{0x012C, "Challenge 1 - Redline Battlefront"_s},
|
||||
|
|
Loading…
Reference in a new issue