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

@ -75,6 +75,11 @@ public class DBSpawnManager
*/
public void load()
{
if (Config.ALT_DEV_NO_SPAWNS)
{
return;
}
_npcs.clear();
_spawns.clear();
_storedInfo.clear();