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

@ -54,12 +54,12 @@ public final class MuseumDungeon extends AbstractInstance
private static final Location START_LOC = new Location(-114711, 243911, -7968);
private static final Location TOYRON_SPAWN_LOC = new Location(-114707, 245428, -7968);
protected class MDWorld extends InstanceWorld
class MDWorld extends InstanceWorld
{
protected L2QuestGuardInstance toyron = null;
protected List<L2Npc> deskSpawns = null;
protected List<L2Npc> thiefSpawns = null;
protected int randomDesk = 0;
L2QuestGuardInstance toyron = null;
List<L2Npc> deskSpawns = null;
List<L2Npc> thiefSpawns = null;
int randomDesk = 0;
}
public MuseumDungeon()