From cf61f1057cdccd6b45e88ca01319394dab391eb6 Mon Sep 17 00:00:00 2001 From: MobiusDev <8391001+MobiusDevelopment@users.noreply.github.com> Date: Tue, 31 Oct 2017 16:39:53 +0000 Subject: [PATCH] Proper minimum level for quest Obligations of the Seeker (10364). --- .../Q10364_ObligationsOfTheSeeker.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 0105395642..8d6eb84679 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,7 +43,7 @@ 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 = 15; + private static final int MIN_LEVEL = 13; private static final int MAX_LEVEL = 20; public Q10364_ObligationsOfTheSeeker()