diff --git a/Source/monster.cpp b/Source/monster.cpp index 6b14a109f..1c92002ff 100644 --- a/Source/monster.cpp +++ b/Source/monster.cpp @@ -707,7 +707,7 @@ void PlaceQuestMonsters() } if (Quests[Q_ANVIL].IsAvailable()) { auto dunData = LoadFileInMem("Levels\\L3Data\\Anvil.DUN"); - SetMapMonsters(dunData.get(), Point { setpc_x + 2, setpc_y + 2 } * 2); + SetMapMonsters(dunData.get(), Point { setpc_x + 1, setpc_y + 1 } * 2); } if (Quests[Q_WARLORD].IsAvailable()) { auto dunData = LoadFileInMem("Levels\\L4Data\\Warlord.DUN");