Removed prequest condition from Start of Fate quest.

Contributed by gyo.
This commit is contained in:
MobiusDev
2016-01-01 08:35:12 +00:00
parent fac43c2d11
commit dec28b6b0d
2 changed files with 0 additions and 6 deletions

View File

@@ -29,8 +29,6 @@ import com.l2jmobius.gameserver.network.NpcStringId;
import com.l2jmobius.gameserver.network.serverpackets.ExShowScreenMessage;
import com.l2jmobius.gameserver.network.serverpackets.TutorialShowHtml;
import quests.Q10366_RuinsStatusUpdate.Q10366_RuinsStatusUpdate;
/**
* Start of Fate (10331)
* @author Mobius
@@ -61,7 +59,6 @@ public class Q10331_StartOfFate extends Quest
addTalkId(FRANCO, VALFAR, RIVIAN, TOOK, MOKA, DEVON, PANTHEON, LAKCIS, SEBION);
registerQuestItems(SARIL_NECKLACE, BELIS_MARK);
addCondMinLevel(18, "no_level.html");
addCondCompletedQuest(Q10366_RuinsStatusUpdate.class.getSimpleName(), "no_prequest.html");
}
@Override

View File

@@ -1,3 +0,0 @@
<html><body>Come back later!<br>
(Only characters who have completed the Ruins Status Update quest may take on this quest)
</body></html>