Proper minimum level condition for quest 10798.

Contributed by Stayway.
This commit is contained in:
MobiusDev 2017-11-13 18:04:54 +00:00
parent 90ce1ed8f3
commit 6ab11deb31
4 changed files with 4 additions and 4 deletions

View File

@ -40,7 +40,7 @@ public class Q10798_LettersFromTheQueenDragonValley extends LetterQuest
private static final int SOE_TOWN_OF_GIRAN = 39586;
private static final int EWS = 959;
// Misc
private static final int MIN_LEVEL = 76;
private static final int MIN_LEVEL = 81;
private static final int MAX_LEVEL = 84;
// Teleport
private static final Location TELEPORT_LOC = new Location(86674, 148630, -3401);

View File

@ -40,7 +40,7 @@ public class Q10798_LettersFromTheQueenDragonValley extends LetterQuest
private static final int SOE_TOWN_OF_GIRAN = 39586;
private static final int EWS = 959;
// Misc
private static final int MIN_LEVEL = 76;
private static final int MIN_LEVEL = 81;
private static final int MAX_LEVEL = 84;
// Teleport
private static final Location TELEPORT_LOC = new Location(86674, 148630, -3401);

View File

@ -40,7 +40,7 @@ public class Q10798_LettersFromTheQueenDragonValley extends LetterQuest
private static final int SOE_TOWN_OF_GIRAN = 39586;
private static final int EWS = 959;
// Misc
private static final int MIN_LEVEL = 76;
private static final int MIN_LEVEL = 81;
private static final int MAX_LEVEL = 84;
// Teleport
private static final Location TELEPORT_LOC = new Location(86674, 148630, -3401);

View File

@ -40,7 +40,7 @@ public class Q10798_LettersFromTheQueenDragonValley extends LetterQuest
private static final int SOE_TOWN_OF_GIRAN = 39586;
private static final int EWS = 959;
// Misc
private static final int MIN_LEVEL = 76;
private static final int MIN_LEVEL = 81;
private static final int MAX_LEVEL = 84;
// Teleport
private static final Location TELEPORT_LOC = new Location(86674, 148630, -3401);