Skip to content
Snippets Groups Projects
Commit 4c25cf95 authored by Zoey76's avatar Zoey76
Browse files

BETA: Minor cleanup.

Reported by: SouLakoS
parent 4a8e952e
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,6 @@ ai/group_template/SelMahumDrill.java
ai/group_template/SelMahumSquad.java
ai/group_template/SilentValley.java
ai/group_template/StakatoNest.java
ai/group_template/SummonMinions.java
ai/group_template/SummonPc.java
ai/group_template/TurekOrcs.java
ai/group_template/VarkaKetra.java
......
......@@ -35,11 +35,12 @@ import com.l2jserver.gameserver.network.clientpackets.Say2;
import com.l2jserver.util.Rnd;
/**
* Minion Spawn Manager.
* @author Zealar
*/
public final class MinionSpawnManager extends AbstractNpcAI
{
static Set<Integer> NPC = new HashSet<>(354);
private static final Set<Integer> NPC = new HashSet<>(354);
static
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment