Dropped custom_spawnlist SQL table.
This commit is contained in:
@@ -98,7 +98,6 @@ import com.l2jmobius.gameserver.datatables.BotReportTable;
|
||||
import com.l2jmobius.gameserver.datatables.EventDroplist;
|
||||
import com.l2jmobius.gameserver.datatables.ItemTable;
|
||||
import com.l2jmobius.gameserver.datatables.MerchantPriceConfigTable;
|
||||
import com.l2jmobius.gameserver.datatables.SpawnTable;
|
||||
import com.l2jmobius.gameserver.handler.ConditionHandler;
|
||||
import com.l2jmobius.gameserver.handler.DailyMissionHandler;
|
||||
import com.l2jmobius.gameserver.handler.EffectHandler;
|
||||
@@ -346,7 +345,6 @@ public class GameServer
|
||||
LOGGER.log(Level.WARNING, getClass().getSimpleName() + ": Failed to execute script list!", e);
|
||||
}
|
||||
|
||||
SpawnTable.getInstance().load();
|
||||
SpawnsData.getInstance().init();
|
||||
DBSpawnManager.getInstance();
|
||||
|
||||
|
Reference in New Issue
Block a user