Fixed quest Precious Research Material (460).

This commit is contained in:
MobiusDev 2017-09-14 22:54:01 +00:00
parent 42dbc62f68
commit a1b29c901a
3 changed files with 6 additions and 6 deletions

View File

@ -96,13 +96,13 @@ public class Q00460_PreciousResearchMaterial extends Quest
}
case State.CREATED:
{
htmltext = "33092-01.htm";
htmltext = "33092-01.html";
qs.isStarted();
break;
}
case State.STARTED:
{
htmltext = "33092-01.htm";
htmltext = "33092-01.html";
break;
}
}

View File

@ -96,13 +96,13 @@ public class Q00460_PreciousResearchMaterial extends Quest
}
case State.CREATED:
{
htmltext = "33092-01.htm";
htmltext = "33092-01.html";
qs.isStarted();
break;
}
case State.STARTED:
{
htmltext = "33092-01.htm";
htmltext = "33092-01.html";
break;
}
}

View File

@ -96,13 +96,13 @@ public class Q00460_PreciousResearchMaterial extends Quest
}
case State.CREATED:
{
htmltext = "33092-01.htm";
htmltext = "33092-01.html";
qs.isStarted();
break;
}
case State.STARTED:
{
htmltext = "33092-01.htm";
htmltext = "33092-01.html";
break;
}
}