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

@@ -30,10 +30,6 @@ import com.l2jmobius.gameserver.network.SystemMessageId;
*/
public final class SecretArea extends Quest
{
class SAWorld extends InstanceWorld
{
}
private static final int TEMPLATE_ID = 117;
private static final int GINBY = 32566;
private static final int LELRIKIA = 32567;
@@ -45,6 +41,10 @@ public final class SecretArea extends Quest
new Location(-185057, 242821, 1576)
};
class SAWorld extends InstanceWorld
{
}
public SecretArea()
{
super(-1, SecretArea.class.getSimpleName(), "gracia/instances");