Proper quest level requirement for older branches.

This commit is contained in:
MobiusDev
2019-02-26 06:32:43 +00:00
parent f8e2be116c
commit a916f4be3b
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ public class Q00500_BrothersBoundInChains extends Quest
private static final int SIN_EATER = 16098; private static final int SIN_EATER = 16098;
// Others // Others
private static final int DROP_QI_CHANCE = 5; private static final int DROP_QI_CHANCE = 5;
private static final int MIN_LEVEL = 85; private static final int MIN_LEVEL = 61;
public Q00500_BrothersBoundInChains() public Q00500_BrothersBoundInChains()
{ {

View File

@@ -53,7 +53,7 @@ public class Q00500_BrothersBoundInChains extends Quest
private static final int SIN_EATER = 16098; private static final int SIN_EATER = 16098;
// Others // Others
private static final int DROP_QI_CHANCE = 5; private static final int DROP_QI_CHANCE = 5;
private static final int MIN_LEVEL = 85; private static final int MIN_LEVEL = 61;
public Q00500_BrothersBoundInChains() public Q00500_BrothersBoundInChains()
{ {