Browse Source

Seerhut typo

George King 4 months ago
parent
commit
88c5f6f6fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/mapObjects/CQuest.cpp

+ 1 - 1
lib/mapObjects/CQuest.cpp

@@ -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
 	{