1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Seerhut typo

This commit is contained in:
George King
2025-06-20 08:49:12 +02:00
committed by GitHub
parent d447ef146d
commit 88c5f6f6fd

View File

@@ -459,7 +459,7 @@ void CGSeerHut::initObj(IGameRandomizer & gameRandomizer)
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
{