1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-17 00:07:41 +02:00

New quests work

This commit is contained in:
nordsoft
2023-10-09 19:15:34 +02:00
parent 63bdfb8ff6
commit bb238f9b72
13 changed files with 294 additions and 523 deletions

View File

@ -547,7 +547,7 @@ CGeneralTextHandler::CGeneralTextHandler():
for (size_t i = 0; i < 9; ++i) //9 types of quests
{
std::string questName = CQuest::missionName(static_cast<CQuest::Emission>(1+i));
std::string questName = CQuest::missionName(1+i);
for (size_t j = 0; j < 5; ++j)
{