1
0
mirror of https://github.com/vcmi/vcmi.git synced 2026-05-22 09:55:17 +02:00

Fixed loading of text strings for hota quests

This commit is contained in:
Ivan Savenko
2024-04-22 13:49:17 +03:00
parent a46e022421
commit a6dead7725
6 changed files with 45 additions and 41 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ std::string CompleteQuest::questToString() const
return "find " + VLC->generaltexth->tentColors[q.obj->subID] + " keymaster tent";
}
if(q.quest->questName == CQuest::missionName(0))
if(q.quest->questName == CQuest::missionName(EQuestMission::NONE))
return "inactive quest";
MetaString ms;