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

@@ -139,7 +139,10 @@ public class Q10890_SaviorsPathHallOfEtina extends Quest
{ {
case State.CREATED: case State.CREATED:
{ {
htmltext = "34425-01.htm"; if (npc.getId() == LEONA_BLACKBIRD)
{
htmltext = "34425-01.htm";
}
break; break;
} }
case State.STARTED: case State.STARTED:

View File

@@ -139,7 +139,10 @@ public class Q10890_SaviorsPathHallOfEtina extends Quest
{ {
case State.CREATED: case State.CREATED:
{ {
htmltext = "34425-01.htm"; if (npc.getId() == LEONA_BLACKBIRD)
{
htmltext = "34425-01.htm";
}
break; break;
} }
case State.STARTED: case State.STARTED:

View File

@@ -139,7 +139,10 @@ public class Q10890_SaviorsPathHallOfEtina extends Quest
{ {
case State.CREATED: case State.CREATED:
{ {
htmltext = "34425-01.htm"; if (npc.getId() == LEONA_BLACKBIRD)
{
htmltext = "34425-01.htm";
}
break; break;
} }
case State.STARTED: case State.STARTED: