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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user