mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Fixes typo
This commit is contained in:
@@ -75,7 +75,7 @@ const std::string & CQuest::missionName(CQuest::Emission mission)
|
||||
"bringResources",
|
||||
"bringHero",
|
||||
"bringPlayer",
|
||||
"keymaster,"
|
||||
"keymaster"
|
||||
};
|
||||
|
||||
if (static_cast<size_t>(mission) < names.size())
|
||||
|
||||
Reference in New Issue
Block a user