Browse Source

Fix PlaceUniques calculates wrong monster type

pull/2307/head
obligaron 5 years ago committed by Anders Jenbo
parent
commit
e1e92ad777
  1. 1
      Source/monster.cpp

1
Source/monster.cpp

@ -927,7 +927,6 @@ static void PlaceUniques()
if (done)
break;
}
mt--;
if (u == UMT_GARBUD && quests[Q_GARBUD]._qactive == QUEST_NOTAVAIL)
done = false;
if (u == UMT_ZHAR && quests[Q_ZHAR]._qactive == QUEST_NOTAVAIL)

Loading…
Cancel
Save