-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:
@@ -18,9 +18,9 @@
|
||||
*/
|
||||
package ai.individual;
|
||||
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
|
||||
import javolution.util.FastMap;
|
||||
import ai.npc.AbstractNpcAI;
|
||||
|
||||
import com.l2jserver.gameserver.enums.ChatType;
|
||||
@@ -54,7 +54,7 @@ public final class SinWardens extends AbstractNpcAI
|
||||
22438
|
||||
};
|
||||
|
||||
private final Map<Integer, Integer> killedMinionsCount = new FastMap<>();
|
||||
private final Map<Integer, Integer> killedMinionsCount = new HashMap<>();
|
||||
|
||||
private SinWardens()
|
||||
{
|
||||
|
Reference in New Issue
Block a user