Skip to content
Snippets Groups Projects
Commit 460d8766 authored by MELERIX's avatar MELERIX
Browse files

BETA: Missing from [8602], thanks Battlecruiser.

parent 4abee37d
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ public class Deltuva extends Quest
String htmltext = null;
if (event.equalsIgnoreCase("teleport"))
{
final QuestState hostQuest = player.getQuestState("Q132_MatrasCuriosity");
final QuestState hostQuest = player.getQuestState("132_MatrasCuriosity");
if ((hostQuest == null) || !hostQuest.isCompleted())
{
htmltext = "32313-02.htm";
......
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