Fixed quest The Man of Mystery (10791).

This commit is contained in:
MobiusDev 2017-09-07 21:29:48 +00:00
parent d8197d2d78
commit fd66eb2e41
3 changed files with 6 additions and 0 deletions

View File

@ -80,11 +80,13 @@ public class Q10791_TheManOfMystery extends Quest
case "33847-02.htm":
case "33847-03.htm":
{
htmltext = event;
break;
}
case "33847-04.htm":
{
qs.startQuest();
htmltext = event;
break;
}
case "thank":

View File

@ -80,11 +80,13 @@ public class Q10791_TheManOfMystery extends Quest
case "33847-02.htm":
case "33847-03.htm":
{
htmltext = event;
break;
}
case "33847-04.htm":
{
qs.startQuest();
htmltext = event;
break;
}
case "thank":

View File

@ -80,11 +80,13 @@ public class Q10791_TheManOfMystery extends Quest
case "33847-02.htm":
case "33847-03.htm":
{
htmltext = event;
break;
}
case "33847-04.htm":
{
qs.startQuest();
htmltext = event;
break;
}
case "thank":