From f866264d4f8c4c00e2d093e0ff4b9e51a36e3c71 Mon Sep 17 00:00:00 2001 From: MobiusDev <8391001+MobiusDevelopment@users.noreply.github.com> Date: Mon, 2 Oct 2017 22:24:17 +0000 Subject: [PATCH] Proper level limitations for quest Obligations of the Seeker (10364). Contributed by gamelike85. --- .../Q10364_ObligationsOfTheSeeker.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10364_ObligationsOfTheSeeker/Q10364_ObligationsOfTheSeeker.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10364_ObligationsOfTheSeeker/Q10364_ObligationsOfTheSeeker.java index 186303183a..0105395642 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10364_ObligationsOfTheSeeker/Q10364_ObligationsOfTheSeeker.java +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10364_ObligationsOfTheSeeker/Q10364_ObligationsOfTheSeeker.java @@ -43,8 +43,8 @@ public final class Q10364_ObligationsOfTheSeeker extends Quest private static final int DIRTY_PAPER_PIECES = 17578; private static final int LEATHER_SHOES = 37; // Misc - private static final int MIN_LEVEL = 13; - private static final int MAX_LEVEL = 25; + private static final int MIN_LEVEL = 15; + private static final int MAX_LEVEL = 20; public Q10364_ObligationsOfTheSeeker() {