Minor instance changes.
This commit is contained in:
@ -30,10 +30,6 @@ import instances.AbstractInstance;
|
||||
*/
|
||||
public final class HideoutOfTheDawn extends AbstractInstance
|
||||
{
|
||||
class HotDWorld extends InstanceWorld
|
||||
{
|
||||
}
|
||||
|
||||
// NPCs
|
||||
private static final int WOOD = 32593;
|
||||
private static final int JAINA = 32617;
|
||||
@ -43,6 +39,10 @@ public final class HideoutOfTheDawn extends AbstractInstance
|
||||
// Misc
|
||||
private static final int TEMPLATE_ID = 113;
|
||||
|
||||
class HotDWorld extends InstanceWorld
|
||||
{
|
||||
}
|
||||
|
||||
public HideoutOfTheDawn()
|
||||
{
|
||||
super(HideoutOfTheDawn.class.getSimpleName());
|
||||
|
Reference in New Issue
Block a user