Proper minimum level for quest Obligations of the Seeker (10364).

This commit is contained in:
MobiusDev
2017-10-31 16:39:53 +00:00
parent 0fe26420f6
commit cf61f1057c

View File

@@ -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()