Addition of missing html for quest 10362.

This commit is contained in:
MobiusDev
2017-11-08 22:11:01 +00:00
parent d8005c98c1
commit f7b822e44e
2 changed files with 6 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
<html><body>Chesha:<br>
You can't let emotions get in the way of your mission as Ranger.<br>
(Only characters who have completed the Ranger's Role quest, and are between levels 9 and 20, may start this quest.)
</body></html>

View File

@@ -54,8 +54,8 @@ public final class Q10362_CertificationOfTheSeeker extends Quest
addStartNpc(LAKCIS);
addTalkId(LAKCIS, CHESHA, NAGEL);
addKillId(STALKER, CRAWLER);
addCondLevel(MIN_LEVEL, MAX_LEVEL, "33449-07.html");
addCondCompletedQuest(Q10330_ToTheRuinsOfYeSagira.class.getSimpleName(), "33449-07.html");
addCondLevel(MIN_LEVEL, MAX_LEVEL, "33449-05.html");
addCondCompletedQuest(Q10330_ToTheRuinsOfYeSagira.class.getSimpleName(), "33449-05.html");
}
@Override