Level correction for quest Reports from Cruma Tower Part 2 (10777).
Contributed by Edoo.
This commit is contained in:
parent
13ad4aee33
commit
3425df7187
@ -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>
|
@ -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()
|
||||
{
|
||||
|
@ -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>
|
@ -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()
|
||||
{
|
||||
|
@ -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>
|
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user