}
else if (player.canEnterInstance(INSTANCE_ID))
{
if (st.getCond() < 3)
{
ReflectionUtils.enterReflection(player, new HarnakUndergroundRuins(1), INSTANCE_ID);
}
else
{
ReflectionUtils.enterReflection(player, new HarnakUndergroundRuins(2), INSTANCE_ID);
}
}
htmltext = null;
}
break;