From 06cd85c75106850c683f6cdc6d28fc294b838bcb Mon Sep 17 00:00:00 2001 From: MobiusDev <8391001+MobiusDevelopment@users.noreply.github.com> Date: Fri, 13 Nov 2015 12:51:34 +0000 Subject: [PATCH] Delete spawns pre-dating Blackbird Campsite area. --- trunk/dist/db_installer/sql/game/spawnlist.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/trunk/dist/db_installer/sql/game/spawnlist.sql b/trunk/dist/db_installer/sql/game/spawnlist.sql index ab3aebcce3..e4fe450a1d 100644 --- a/trunk/dist/db_installer/sql/game/spawnlist.sql +++ b/trunk/dist/db_installer/sql/game/spawnlist.sql @@ -56299,6 +56299,9 @@ DELETE FROM spawnlist WHERE npc_templateid in ( 22246, 25229, 25249, 25250, 25251, 25263, 25264, 25265, 25276, 25290, 25302, 25305, 25312, 25315, 25453, 25454, 25455, 25771, 25773, 25774, 25847, 25848, 25849, 25850, 25851, 25852, 25853, 25854, 25923); +-- Delete spawns pre-dating Blackbird Campsite area (IO). +DELETE FROM `spawnlist` WHERE (locx>'-65451' AND locx<'-28817' AND locy>'30390' AND locy<'95809'); + -- -------------- -- -- Underground -- -- -------------- --