Proper maximum level for quests 10395 and 10707.

Contributed by Edoo.
This commit is contained in:
MobiusDevelopment 2019-11-16 18:48:29 +00:00
parent 8a3f1751ca
commit 1d586ce078
4 changed files with 4 additions and 4 deletions

View File

@ -51,7 +51,7 @@ public class Q10395_NotATraitor extends Quest
private static final int EAC = 952; // Scroll: Enchant Armor (C-grade)
// Misc
private static final int MIN_LEVEL = 46;
private static final int MAX_LEVEL = 52;
private static final int MAX_LEVEL = 56;
public Q10395_NotATraitor()
{

View File

@ -50,7 +50,7 @@ public class Q10707_FlamesOfSorrow extends Quest
private static final int SP = 756; // Skill Points
// Misc
private static final int MIN_LEVEL = 46;
private static final int MAX_LEVEL = 51;
private static final int MAX_LEVEL = 56;
private static final int NPCSTRING_ID = NpcStringId.LV_46_56_FLAMES_OF_SORROW_IN_PROGRESS.getId();
private static final NpcStringId[] RANDOM_MSGS =
{

View File

@ -51,7 +51,7 @@ public class Q10395_NotATraitor extends Quest
private static final int EAC = 952; // Scroll: Enchant Armor (C-grade)
// Misc
private static final int MIN_LEVEL = 46;
private static final int MAX_LEVEL = 52;
private static final int MAX_LEVEL = 56;
public Q10395_NotATraitor()
{

View File

@ -50,7 +50,7 @@ public class Q10707_FlamesOfSorrow extends Quest
private static final int SP = 756; // Skill Points
// Misc
private static final int MIN_LEVEL = 46;
private static final int MAX_LEVEL = 51;
private static final int MAX_LEVEL = 56;
private static final int NPCSTRING_ID = NpcStringId.LV_46_56_FLAMES_OF_SORROW_IN_PROGRESS.getId();
private static final NpcStringId[] RANDOM_MSGS =
{