Skip to content
Snippets Groups Projects
Commit bf139442 authored by Zoey76's avatar Zoey76
Browse files

BETA: Fixing two minor typos in quests 280 and 281:

	Reported by: Cathe
	Patch by: jurchiks
parent c9ee378d
No related branches found
No related tags found
No related merge requests found
...@@ -95,6 +95,7 @@ public final class Q00280_TheFoodChain extends Quest ...@@ -95,6 +95,7 @@ public final class Q00280_TheFoodChain extends Quest
case "32175-03.htm": case "32175-03.htm":
{ {
st.startQuest(); st.startQuest();
htmltext = event;
break; break;
} }
case "32175-06.html": case "32175-06.html":
......
...@@ -181,7 +181,7 @@ public final class Q00281_HeadForTheHills extends Quest ...@@ -181,7 +181,7 @@ public final class Q00281_HeadForTheHills extends Quest
{ {
case State.CREATED: case State.CREATED:
{ {
htmltext = (player.getLevel() >= MIN_LVL) ? "32173-01.htm" : "32173-02.html"; htmltext = (player.getLevel() >= MIN_LVL) ? "32173-01.htm" : "32173-02.htm";
break; break;
} }
case State.STARTED: case State.STARTED:
......
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