Visibility changes.

This commit is contained in:
MobiusDev
2016-01-29 14:13:33 +00:00
parent 6e536fc2dd
commit 13507ad46c
298 changed files with 563 additions and 595 deletions

View File

@ -81,12 +81,12 @@ public final class LabyrinthOfBelis extends AbstractInstance
private static final int DOOR_8 = 16240008;
private static final int DAMAGE_ZONE_ID = 10331;
protected class LOBWorld extends InstanceWorld
class LOBWorld extends InstanceWorld
{
protected L2QuestGuardInstance terian = null;
protected L2Npc generator = null;
protected List<L2Npc> savedSpawns = null;
protected boolean assistPlayer = false;
L2QuestGuardInstance terian = null;
L2Npc generator = null;
List<L2Npc> savedSpawns = null;
boolean assistPlayer = false;
}
public LabyrinthOfBelis()