Quest Respect for Graves (10295) minimum level change.

Contributed by arquisoft.
This commit is contained in:
MobiusDevelopment 2021-04-03 07:45:53 +00:00
parent 3239bccd80
commit 4daf179219

View File

@ -55,7 +55,7 @@ public class Q10295_RespectforGraves extends Quest
private static final ItemHolder SAYHA_GUST = new ItemHolder(91776, 9);
// Misc
private static final String KILL_COUNT_VAR = "KillCount";
private static final int MIN_LEVEL = 45;
private static final int MIN_LEVEL = 42;
private static final int MAX_LEVEL = 52;
public Q10295_RespectforGraves()