Saviors Path Hall of Etina (10890) should start only from first Leona.
Contributed by CostyKiller.
This commit is contained in:
parent
f16aa44f31
commit
dc4a071039
@ -139,7 +139,10 @@ public class Q10890_SaviorsPathHallOfEtina extends Quest
|
||||
{
|
||||
case State.CREATED:
|
||||
{
|
||||
htmltext = "34425-01.htm";
|
||||
if (npc.getId() == LEONA_BLACKBIRD)
|
||||
{
|
||||
htmltext = "34425-01.htm";
|
||||
}
|
||||
break;
|
||||
}
|
||||
case State.STARTED:
|
||||
|
@ -139,7 +139,10 @@ public class Q10890_SaviorsPathHallOfEtina extends Quest
|
||||
{
|
||||
case State.CREATED:
|
||||
{
|
||||
htmltext = "34425-01.htm";
|
||||
if (npc.getId() == LEONA_BLACKBIRD)
|
||||
{
|
||||
htmltext = "34425-01.htm";
|
||||
}
|
||||
break;
|
||||
}
|
||||
case State.STARTED:
|
||||
|
@ -139,7 +139,10 @@ public class Q10890_SaviorsPathHallOfEtina extends Quest
|
||||
{
|
||||
case State.CREATED:
|
||||
{
|
||||
htmltext = "34425-01.htm";
|
||||
if (npc.getId() == LEONA_BLACKBIRD)
|
||||
{
|
||||
htmltext = "34425-01.htm";
|
||||
}
|
||||
break;
|
||||
}
|
||||
case State.STARTED:
|
||||
|
Loading…
Reference in New Issue
Block a user