Delete spawns pre-dating Blackbird Campsite area.

This commit is contained in:
MobiusDev 2015-11-13 12:51:34 +00:00
parent 4ae93dbe20
commit 06cd85c751

View File

@ -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 --
-- -------------- --