From e1e92ad77741472bb1dcf8e076efc8fc274c2f6e Mon Sep 17 00:00:00 2001 From: obligaron Date: Mon, 5 Jul 2021 15:37:47 +0200 Subject: [PATCH] Fix PlaceUniques calculates wrong monster type --- Source/monster.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/monster.cpp b/Source/monster.cpp index 712164e5f..a4d5c4e94 100644 --- a/Source/monster.cpp +++ b/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)