Minor instance changes.

This commit is contained in:
MobiusDev
2016-02-14 07:00:34 +00:00
parent e379b0948f
commit ff13d9e0f4
22 changed files with 137 additions and 150 deletions

View File

@ -514,10 +514,7 @@ public final class CrystalCaverns extends AbstractInstance
{
if (debug || player.canOverrideCond(PcCondOverride.INSTANCE_CONDITIONS))
{
if (debug)
{
return true;
}
return true;
}
final L2Party party = player.getParty();