From d76d58bcc2a263a5edddd4c8842c3f69a3d60fee Mon Sep 17 00:00:00 2001 From: qndel Date: Sat, 21 Aug 2021 12:10:23 +0200 Subject: [PATCH] fix wrong cleanup of farmer value (#2250) --- Source/towners.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/towners.cpp b/Source/towners.cpp index db95cf111..07f87c5d9 100644 --- a/Source/towners.cpp +++ b/Source/towners.cpp @@ -1275,7 +1275,7 @@ else if (towner[t]._ttype == TOWN_FARMER) case 3: qt = TEXT_FARMER4; SpawnRewardItem(IDI_AURIC, towner[t]._tx + 1, towner[t]._ty); - quests[Q_FARMER]._qactive = QUEST_INIT; + quests[Q_FARMER]._qactive = 10; quests[Q_FARMER]._qlog = FALSE; t2 = 1; break;