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

Contributed by gamelike85.
This commit is contained in:
MobiusDev 2017-10-02 22:24:17 +00:00
parent bf464d96d1
commit f866264d4f

View File

@ -43,8 +43,8 @@ public final class Q10364_ObligationsOfTheSeeker extends Quest
private static final int DIRTY_PAPER_PIECES = 17578; private static final int DIRTY_PAPER_PIECES = 17578;
private static final int LEATHER_SHOES = 37; private static final int LEATHER_SHOES = 37;
// Misc // Misc
private static final int MIN_LEVEL = 13; private static final int MIN_LEVEL = 15;
private static final int MAX_LEVEL = 25; private static final int MAX_LEVEL = 20;
public Q10364_ObligationsOfTheSeeker() public Q10364_ObligationsOfTheSeeker()
{ {