Dropped custom_spawnlist SQL table.

This commit is contained in:
MobiusDev
2016-08-29 20:11:31 +00:00
parent 6474d36c2b
commit a3b568f97b
8 changed files with 171 additions and 193 deletions

View File

@@ -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();