Fixed entering at Elcardias Tent after the Power of Seal quest.

This commit is contained in:
MobiusDev 2015-09-26 01:04:06 +00:00
parent cf64c5efc2
commit c6319af06d

View File

@ -39,7 +39,6 @@ public final class ElcadiasTent extends AbstractInstance
{
protected class ETWorld extends InstanceWorld
{
}
// NPCs
@ -72,7 +71,7 @@ public final class ElcadiasTent extends AbstractInstance
|| ((GirlOfDoubt != null) && GirlOfDoubt.isCompleted() && (ForbiddenBook == null)) //
|| ((ForbiddenBook != null) && ForbiddenBook.isStarted()) //
|| ((ForbiddenBook != null) && ForbiddenBook.isCompleted() && (Monastery == null)) //
|| ((PowerOfSeal != null) && PowerOfSeal.isCompleted()))
|| ((PowerOfSeal != null) && PowerOfSeal.isStarted()))
{
enterInstance(talker, new ETWorld(), "ElcadiasTent.xml", TEMPLATE_ID);
}