-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 hellbound.AI;
|
||||
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
|
||||
import javolution.util.FastMap;
|
||||
import ai.npc.AbstractNpcAI;
|
||||
|
||||
import com.l2jserver.gameserver.model.actor.L2Npc;
|
||||
@@ -46,7 +46,7 @@ public final class DemonPrince extends AbstractNpcAI
|
||||
new SkillHolder(5376, 6),
|
||||
};
|
||||
|
||||
private static final Map<Integer, Boolean> ATTACK_STATE = new FastMap<>();
|
||||
private static final Map<Integer, Boolean> ATTACK_STATE = new HashMap<>();
|
||||
|
||||
public DemonPrince()
|
||||
{
|
||||
|
Reference in New Issue
Block a user