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

@@ -43,17 +43,6 @@ import quests.Q00195_SevenSignsSecretRitualOfThePriests.Q00195_SevenSignsSecretR
*/
public final class SanctumOftheLordsOfDawn extends AbstractInstance
{
static final class HSWorld extends InstanceWorld
{
int doorst = 0;
final static Map<Integer, List<L2Npc>> _save_point = new HashMap<>();
static Map<Integer, List<L2Npc>> getMonsters()
{
return _save_point;
}
}
// NPCs
private static final int GUARDS_OF_THE_DAWN = 18834;
private static final int GUARDS_OF_THE_DAWN_2 = 18835;
@@ -83,6 +72,17 @@ public final class SanctumOftheLordsOfDawn extends AbstractInstance
new Location(-79939, 205857, -7888),
};
static final class HSWorld extends InstanceWorld
{
int doorst = 0;
final static Map<Integer, List<L2Npc>> _save_point = new HashMap<>();
static Map<Integer, List<L2Npc>> getMonsters()
{
return _save_point;
}
}
public SanctumOftheLordsOfDawn()
{
super(SanctumOftheLordsOfDawn.class.getSimpleName());