Fixed entering at Elcardias Tent after the Power of Seal quest.
This commit is contained in:
parent
cf64c5efc2
commit
c6319af06d
@ -39,7 +39,6 @@ public final class ElcadiasTent extends AbstractInstance
|
|||||||
{
|
{
|
||||||
protected class ETWorld extends InstanceWorld
|
protected class ETWorld extends InstanceWorld
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// NPCs
|
// NPCs
|
||||||
@ -72,7 +71,7 @@ public final class ElcadiasTent extends AbstractInstance
|
|||||||
|| ((GirlOfDoubt != null) && GirlOfDoubt.isCompleted() && (ForbiddenBook == null)) //
|
|| ((GirlOfDoubt != null) && GirlOfDoubt.isCompleted() && (ForbiddenBook == null)) //
|
||||||
|| ((ForbiddenBook != null) && ForbiddenBook.isStarted()) //
|
|| ((ForbiddenBook != null) && ForbiddenBook.isStarted()) //
|
||||||
|| ((ForbiddenBook != null) && ForbiddenBook.isCompleted() && (Monastery == null)) //
|
|| ((ForbiddenBook != null) && ForbiddenBook.isCompleted() && (Monastery == null)) //
|
||||||
|| ((PowerOfSeal != null) && PowerOfSeal.isCompleted()))
|
|| ((PowerOfSeal != null) && PowerOfSeal.isStarted()))
|
||||||
{
|
{
|
||||||
enterInstance(talker, new ETWorld(), "ElcadiasTent.xml", TEMPLATE_ID);
|
enterInstance(talker, new ETWorld(), "ElcadiasTent.xml", TEMPLATE_ID);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user