Skip to content
Snippets Groups Projects
Commit f73d56f1 authored by Rumen Nikiforov's avatar Rumen Nikiforov
Browse files

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

parent 316b47f2
No related branches found
No related tags found
No related merge requests found
...@@ -130,6 +130,7 @@ public class Q377_ExplorationOfTheGiantsCavePart2 extends Quest ...@@ -130,6 +130,7 @@ public class Q377_ExplorationOfTheGiantsCavePart2 extends Quest
{ {
case State.CREATED: case State.CREATED:
htmltext = (player.getLevel() >= 79) ? "31147-01.htm" : "31147-00.html"; htmltext = (player.getLevel() >= 79) ? "31147-01.htm" : "31147-00.html";
break;
case State.STARTED: 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"; htmltext = (st.hasQuestItems(BOOK1) && st.hasQuestItems(BOOK2) && st.hasQuestItems(BOOK3) && st.hasQuestItems(BOOK4) && st.hasQuestItems(BOOK5)) ? "31147-03.html" : "31147-02a.html";
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment