Thread: Clearing a zone
View Single Post
  #2  
Old 12-30-2015, 09:05 AM
NatedogEZ's Avatar
NatedogEZ
Developer
 
Join Date: Dec 2012
Posts: 515
Default

I just update the spawn2 of the zone and set all the mobs in that zone to a different version of the zone.


I usually just move all unwanted mobs to version 15 just to be consistent with how I handled the original spawns.

Code:
UPDATE spawn2 SET version = 15 WHERE zone = 'zoneshortname' AND version = 0;
Reply With Quote