mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Seerhut typo
This commit is contained in:
@@ -459,7 +459,7 @@ void CGSeerHut::initObj(IGameRandomizer & gameRandomizer)
|
|||||||
|
|
||||||
if(getQuest().questName == getQuest().missionName(EQuestMission::NONE))
|
if(getQuest().questName == getQuest().missionName(EQuestMission::NONE))
|
||||||
{
|
{
|
||||||
getQuest().firstVisitText.appendTextID(TextIdentifier("core", "seehut", "empty", getQuest().completedOption).get());
|
getQuest().firstVisitText.appendTextID(TextIdentifier("core", "seerhut", "empty", getQuest().completedOption).get());
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user