Level correction for quest Reports from Cruma Tower Part 2 (10777).

Contributed by Edoo.
This commit is contained in:
MobiusDevelopment 2019-10-25 13:36:10 +00:00
parent 13ad4aee33
commit 3425df7187
6 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
<html><body>Ivory Tower Wizard Belkadhi:<br>
This is a very dangerous place. You shouldn't come here if you're not adequately prepared.<br>
I tell you this for your own good, so don't feel bad.<br>
(This quest can only be performed by Ertheia who have completed "The Wrath of the Giants" and are Lv. 49 or above.)
(This quest can only be performed by Ertheia who have completed "The Wrath of the Giants" and are Lv. 46 or above.)
</body></html>

View File

@ -45,7 +45,7 @@ public class Q10777_ReportsFromCrumaTowerPart2 extends Quest
// Skill
private static final SkillHolder TELEPORT = new SkillHolder(2588, 1);
// Misc
private static final int MIN_LEVEL = 49;
private static final int MIN_LEVEL = 46;
public Q10777_ReportsFromCrumaTowerPart2()
{

View File

@ -1,5 +1,5 @@
<html><body>Ivory Tower Wizard Belkadhi:<br>
This is a very dangerous place. You shouldn't come here if you're not adequately prepared.<br>
I tell you this for your own good, so don't feel bad.<br>
(This quest can only be performed by Ertheia who have completed "The Wrath of the Giants" and are Lv. 49 or above.)
(This quest can only be performed by Ertheia who have completed "The Wrath of the Giants" and are Lv. 46 or above.)
</body></html>

View File

@ -45,7 +45,7 @@ public class Q10777_ReportsFromCrumaTowerPart2 extends Quest
// Skill
private static final SkillHolder TELEPORT = new SkillHolder(2588, 1);
// Misc
private static final int MIN_LEVEL = 49;
private static final int MIN_LEVEL = 46;
public Q10777_ReportsFromCrumaTowerPart2()
{

View File

@ -1,5 +1,5 @@
<html><body>Ivory Tower Wizard Belkadhi:<br>
This is a very dangerous place. You shouldn't come here if you're not adequately prepared.<br>
I tell you this for your own good, so don't feel bad.<br>
(This quest can only be performed by Ertheia who have completed "The Wrath of the Giants" and are Lv. 49 or above.)
(This quest can only be performed by Ertheia who have completed "The Wrath of the Giants" and are Lv. 46 or above.)
</body></html>

View File

@ -45,7 +45,7 @@ public class Q10777_ReportsFromCrumaTowerPart2 extends Quest
// Skill
private static final SkillHolder TELEPORT = new SkillHolder(2588, 1);
// Misc
private static final int MIN_LEVEL = 49;
private static final int MIN_LEVEL = 46;
public Q10777_ReportsFromCrumaTowerPart2()
{