Fix for quest Kekropus Letter (10390).

Contributed by Edoo.
This commit is contained in:
MobiusDevelopment
2019-10-25 11:32:31 +00:00
parent df69af83b5
commit f335439742
3 changed files with 3 additions and 3 deletions

View File

@@ -101,6 +101,7 @@ public class Q10390_KekropusLetter extends Quest
case "30155-04.htm":
{
qs.startQuest();
player.sendPacket(new PlaySound(3, "Npcdialog1.kekrops_quest_1", 0, 0, 0, 0, 0));
htmltext = event;
break;
}
@@ -118,7 +119,6 @@ public class Q10390_KekropusLetter extends Quest
if (qs.isCond(1))
{
player.sendPacket(new TutorialShowHtml(getHtm(player, event)));
player.sendPacket(new PlaySound(3, "Npcdialog1.kekrops_quest_1", 0, 0, 0, 0, 0));
qs.setCond(2, true);
}
break;