From 5c6c70af8fbe3e0f89036ef3f1898c4869db0b43 Mon Sep 17 00:00:00 2001 From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com> Date: Mon, 18 Jan 2021 14:20:43 +0000 Subject: [PATCH] Proper level requirements for quest Death Mysteries (10965). Contributed by arquisoft. --- .../quests/Q10965_DeathMysteries/Q10965_DeathMysteries.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10965_DeathMysteries/Q10965_DeathMysteries.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10965_DeathMysteries/Q10965_DeathMysteries.java index 750a5402fc..4e15b09330 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10965_DeathMysteries/Q10965_DeathMysteries.java +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10965_DeathMysteries/Q10965_DeathMysteries.java @@ -51,8 +51,8 @@ public class Q10965_DeathMysteries extends Quest private static final ItemHolder ADVENTURERS_AGATHION_GRIFIN = new ItemHolder(91935, 1); // Misc private static final String KILL_COUNT_VAR = "KillCount"; - private static final int MAX_LEVEL = 35; - private static final int MIN_LEVEL = 40; + private static final int MAX_LEVEL = 40; + private static final int MIN_LEVEL = 37; public Q10965_DeathMysteries() {