Path of Destiny Beginning improvement.

Contributed by Neith.
This commit is contained in:
MobiusDevelopment 2021-03-18 23:48:13 +00:00
parent 3208c85eaf
commit 534289035c
2 changed files with 3 additions and 3 deletions

View File

@ -308,7 +308,7 @@ public class Q11024_PathOfDestinyBeginning extends Quest
} }
else if (qs.isCond(5)) else if (qs.isCond(5))
{ {
htmltext = "33178-05.html"; htmltext = "33178-03.html";
} }
else if (qs.isCond(6)) else if (qs.isCond(6))
{ {

View File

@ -153,7 +153,7 @@ public class Q11024_PathOfDestinyBeginning extends Quest
{ {
if (qs.isCond(8)) if (qs.isCond(8))
{ {
htmltext = event; htmltext = "34505-08.html";
player.sendPacket(new ExTutorialShowId(102)); // Class Transfer player.sendPacket(new ExTutorialShowId(102)); // Class Transfer
} }
break; break;
@ -308,7 +308,7 @@ public class Q11024_PathOfDestinyBeginning extends Quest
} }
else if (qs.isCond(5)) else if (qs.isCond(5))
{ {
htmltext = "33178-05.html"; htmltext = "33178-03.html";
} }
else if (qs.isCond(6)) else if (qs.isCond(6))
{ {