DB/Misc: Proper respawn time for a lot of mobs and delete incorrectly spawned mobs

This commit is contained in:
Aokromes
2013-06-21 09:07:30 +02:00
parent 30356016c6
commit 1a24c846c9
@@ -0,0 +1,3 @@
-- Proper respawn time for a lot of mobs and delete incorrectly spawned mobs
DELETE FROM `creature` WHERE `id` IN (14397,15718);
UPDATE `creature` SET `spawntimesecs`=7200 WHERE (`map` IN (209,329,429,469,509,531) AND `spawntimesecs` IN (3520,3300,1800,1650)) OR `id` IN (12129,32593);