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

BETA: Small fix for Rumble In The Base quest thanks malyelfik.

parent 3632b611
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ public class Q461_RumbleInTheBase extends Quest ...@@ -53,7 +53,7 @@ public class Q461_RumbleInTheBase extends Quest
{ {
String htmltext = getNoQuestMsg(player); String htmltext = getNoQuestMsg(player);
QuestState st = player.getQuestState(qn); QuestState st = player.getQuestState(qn);
QuestState prev = player.getQuestState("Q252_ItSmellsDelicious"); QuestState prev = player.getQuestState("252_ItSmellsDelicious");
if (st == null) if (st == null)
return htmltext; return htmltext;
......
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