Minor instance changes.
This commit is contained in:
@@ -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());
|
||||
|
Reference in New Issue
Block a user