Browse Source

Fix spawning NaKrul

pull/898/head
Anders Jenbo 5 years ago committed by GitHub
parent
commit
8b877603a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Source/monster.cpp

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

Loading…
Cancel
Save