diff --git a/Source/monster.cpp b/Source/monster.cpp index f5075896d..97fe8b19d 100644 --- a/Source/monster.cpp +++ b/Source/monster.cpp @@ -442,7 +442,7 @@ void PlaceUniqueMonst(int uniqindex, int miniontype, int bosspacksize) } } } - if (!gbIsMultiplayer) { + if (setlevel) { if (uniqindex == UMT_LAZARUS) { position = { 32, 46 }; }