Visibility changes.

This commit is contained in:
MobiusDev
2016-01-29 14:13:33 +00:00
parent 6e536fc2dd
commit 13507ad46c
298 changed files with 563 additions and 595 deletions

View File

@@ -23,7 +23,7 @@ import com.l2jmobius.gameserver.model.quest.Quest;
/**
* @author UnAfraid
*/
public final class Alliance extends Quest
final class Alliance extends Quest
{
// @formatter:off
private static final int[] NPCS =

View File

@@ -26,7 +26,7 @@ import com.l2jmobius.gameserver.model.quest.Quest;
/**
* @author UnAfraid
*/
public final class Clan extends Quest
final class Clan extends Quest
{
// @formatter:off
private static final int[] NPCS =

View File

@@ -32,7 +32,7 @@ import ai.npc.AbstractNpcAI;
* Proof Of Courage implementation.
* @author St3eT
*/
public final class ProofOfCourage extends AbstractNpcAI
final class ProofOfCourage extends AbstractNpcAI
{
// Misc
private static final Map<Integer, List<ClassId>> CLASSLIST = new HashMap<>();

View File

@@ -32,7 +32,7 @@ import ai.npc.AbstractNpcAI;
* Proof Of Justice implementation.
* @author St3eT
*/
public final class ProofOfJustice extends AbstractNpcAI
final class ProofOfJustice extends AbstractNpcAI
{
// Misc
private static final Map<Integer, List<ClassId>> CLASSLIST = new HashMap<>();