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

@@ -32,11 +32,6 @@ import instances.AbstractInstance;
*/
public final class LibraryOfSages extends AbstractInstance
{
class LoSWorld extends InstanceWorld
{
L2Npc elcadia = null;
}
// NPCs
private static final int SOPHIA1 = 32596;
private static final int PILE_OF_BOOKS1 = 32809;
@@ -62,6 +57,11 @@ public final class LibraryOfSages extends AbstractInstance
// Misc
private static final int TEMPLATE_ID = 156;
class LoSWorld extends InstanceWorld
{
L2Npc elcadia = null;
}
public LibraryOfSages()
{
super(LibraryOfSages.class.getSimpleName());