diff --git a/Source/monster.cpp b/Source/monster.cpp index 63f8f12eb..8fe717ef5 100644 --- a/Source/monster.cpp +++ b/Source/monster.cpp @@ -1001,7 +1001,7 @@ void PlaceQuestMonsters() if (i1 < nummtypes) { for (int i2 = 0; i2 < nummonsters; i2++) { - if (monster[i2]._uniqtype == 0 || monster[i2]._mMTidx == i1) { + if (monster[i2]._uniqtype != 0 || monster[i2]._mMTidx == i1) { UberDiabloMonsterIndex = i2; break; }