Set created state for quest 783.

Contributed by Iris.
This commit is contained in:
MobiusDev 2018-04-11 06:17:19 +00:00
parent 677d4b027a
commit 765ca8f160
2 changed files with 2 additions and 0 deletions

View File

@ -203,6 +203,7 @@ public class Q00783_VestigeOfTheMagicPower extends Quest
htmltext = "31595-00a.htm";
break;
}
qs.setState(State.CREATED);
htmltext = "31595-01.htm";
break;
}

View File

@ -203,6 +203,7 @@ public class Q00783_VestigeOfTheMagicPower extends Quest
htmltext = "31595-00a.htm";
break;
}
qs.setState(State.CREATED);
htmltext = "31595-01.htm";
break;
}