From 22010f12a794e7a78501d6544e443f7bc77c84b2 Mon Sep 17 00:00:00 2001 From: obligaron Date: Sat, 18 Jun 2022 12:55:09 +0200 Subject: [PATCH] Set quest unique monsters location depending on setlevel --- Source/monster.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; }