Browse Source

fix wrong cleanup of farmer value (#2250)

pull/5295/head
qndel 5 years ago committed by GitHub
parent
commit
d76d58bcc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Source/towners.cpp

2
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;

Loading…
Cancel
Save