-Dropped Javolution.
-Removal of Q00344_1000YearsTheEndOfLamentation. -Fixed starting conditions for Q00144_PailakaInjuredDragon. -Fixed starting conditions for last Seven Sign quests. -Added missing MonasteryOfSilence.xml instance spawns and doors. -Removed many catacomb spawns.
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
package hellbound.AI;
|
||||
|
||||
import java.util.Set;
|
||||
import java.util.concurrent.CopyOnWriteArraySet;
|
||||
|
||||
import javolution.util.FastSet;
|
||||
import ai.npc.AbstractNpcAI;
|
||||
|
||||
import com.l2jserver.gameserver.enums.ChatType;
|
||||
@@ -42,7 +42,7 @@ public final class Ranku extends AbstractNpcAI
|
||||
private static final int MINION = 32305;
|
||||
private static final int MINION_2 = 25543;
|
||||
// Misc
|
||||
private static final Set<Integer> MY_TRACKING_SET = new FastSet<Integer>().shared();
|
||||
private static final Set<Integer> MY_TRACKING_SET = new CopyOnWriteArraySet<>();
|
||||
|
||||
public Ranku()
|
||||
{
|
||||
|
Reference in New Issue
Block a user