Fixed Pailaka - Devil's Legacy quest.

This commit is contained in:
MobiusDev
2018-02-19 09:12:20 +00:00
parent d8c8cb2866
commit 5bf0ad1f67
5 changed files with 5 additions and 5 deletions

View File

@@ -89,7 +89,7 @@ public final class Q00129_PailakaDevilsLegacy extends Quest
} }
case "32498-05.htm": case "32498-05.htm":
{ {
if (qs.isCond(0)) if (!qs.isStarted())
{ {
htmltext = event; htmltext = event;
qs.startQuest(); qs.startQuest();

View File

@@ -89,7 +89,7 @@ public final class Q00129_PailakaDevilsLegacy extends Quest
} }
case "32498-05.htm": case "32498-05.htm":
{ {
if (qs.isCond(0)) if (!qs.isStarted())
{ {
htmltext = event; htmltext = event;
qs.startQuest(); qs.startQuest();

View File

@@ -89,7 +89,7 @@ public final class Q00129_PailakaDevilsLegacy extends Quest
} }
case "32498-05.htm": case "32498-05.htm":
{ {
if (qs.isCond(0)) if (!qs.isStarted())
{ {
htmltext = event; htmltext = event;
qs.startQuest(); qs.startQuest();

View File

@@ -89,7 +89,7 @@ public final class Q00129_PailakaDevilsLegacy extends Quest
} }
case "32498-05.htm": case "32498-05.htm":
{ {
if (qs.isCond(0)) if (!qs.isStarted())
{ {
htmltext = event; htmltext = event;
qs.startQuest(); qs.startQuest();

View File

@@ -93,7 +93,7 @@ public final class Q00129_PailakaDevilsLegacy extends Quest
} }
case "32498-05.htm": case "32498-05.htm":
{ {
if (qs.isCond(0)) if (!qs.isStarted())
{ {
htmltext = event; htmltext = event;
qs.startQuest(); qs.startQuest();