Browse Source

BETA: Minor typo fix in Quest '''Exploration of the Giants Cave Part 2'''

Rumen Nikiforov 13 years ago
parent
commit
f73d56f182

+ 1 - 0
L2J_DataPack_BETA/dist/game/data/scripts/quests/Q377_ExplorationOfTheGiantsCavePart2/Q377_ExplorationOfTheGiantsCavePart2.java

@@ -130,6 +130,7 @@ public class Q377_ExplorationOfTheGiantsCavePart2 extends Quest
 			{
 				case State.CREATED:
 					htmltext = (player.getLevel() >= 79) ? "31147-01.htm" : "31147-00.html";
+					break;
 				case State.STARTED:
 					htmltext = (st.hasQuestItems(BOOK1) && st.hasQuestItems(BOOK2) && st.hasQuestItems(BOOK3) && st.hasQuestItems(BOOK4) && st.hasQuestItems(BOOK5)) ? "31147-03.html" : "31147-02a.html";
 					break;