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

Fix hota quests

This commit is contained in:
nordsoft
2023-10-14 00:15:15 +02:00
parent 5f52e6b35e
commit 4651893b48
2 changed files with 8 additions and 2 deletions

View File

@@ -2074,7 +2074,7 @@ int CMapLoaderH3M::readQuest(IQuestObject * guard, const int3 & position)
if(missionSubID == 1)
{
missionId = int(EQuestMission::HOTA_REACH_DATE);
guard->quest->mission.daysPassed = reader->readUInt32();
guard->quest->mission.daysPassed = reader->readUInt32() + 1;
break;
}
break;