Saviors Path Hall of Etina (10890) should start only from first Leona.

Contributed by CostyKiller.
This commit is contained in:
MobiusDevelopment
2022-02-21 22:33:35 +00:00
parent f16aa44f31
commit dc4a071039
3 changed files with 12 additions and 3 deletions

View File

@@ -138,8 +138,11 @@ public class Q10890_SaviorsPathHallOfEtina extends Quest
switch (qs.getState())
{
case State.CREATED:
{
if (npc.getId() == LEONA_BLACKBIRD)
{
htmltext = "34425-01.htm";
}
break;
}
case State.STARTED:

View File

@@ -138,8 +138,11 @@ public class Q10890_SaviorsPathHallOfEtina extends Quest
switch (qs.getState())
{
case State.CREATED:
{
if (npc.getId() == LEONA_BLACKBIRD)
{
htmltext = "34425-01.htm";
}
break;
}
case State.STARTED:

View File

@@ -138,8 +138,11 @@ public class Q10890_SaviorsPathHallOfEtina extends Quest
switch (qs.getState())
{
case State.CREATED:
{
if (npc.getId() == LEONA_BLACKBIRD)
{
htmltext = "34425-01.htm";
}
break;
}
case State.STARTED: