-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:
@ -21,12 +21,11 @@ package com.l2jserver.gameserver.instancemanager;
|
||||
import java.sql.Connection;
|
||||
import java.sql.PreparedStatement;
|
||||
import java.sql.ResultSet;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import java.util.logging.Level;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
import javolution.util.FastList;
|
||||
|
||||
import com.l2jserver.L2DatabaseFactory;
|
||||
import com.l2jserver.gameserver.data.xml.impl.NpcData;
|
||||
import com.l2jserver.gameserver.model.L2Spawn;
|
||||
@ -39,7 +38,7 @@ public final class SiegeGuardManager
|
||||
private static Logger _log = Logger.getLogger(SiegeGuardManager.class.getName());
|
||||
|
||||
private final Castle _castle;
|
||||
private final List<L2Spawn> _siegeGuardSpawn = new FastList<>();
|
||||
private final List<L2Spawn> _siegeGuardSpawn = new ArrayList<>();
|
||||
|
||||
public SiegeGuardManager(Castle castle)
|
||||
{
|
||||
|
Reference in New Issue
Block a user