From 1a24c846c99b688688e70689998c0016d16de265 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Fri, 21 Jun 2013 09:07:30 +0200 Subject: DB/Misc: Proper respawn time for a lot of mobs and delete incorrectly spawned mobs --- sql/updates/world/2013_06_21_01_world_creature.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2013_06_21_01_world_creature.sql (limited to 'sql') diff --git a/sql/updates/world/2013_06_21_01_world_creature.sql b/sql/updates/world/2013_06_21_01_world_creature.sql new file mode 100644 index 00000000000..64b0de97f34 --- /dev/null +++ b/sql/updates/world/2013_06_21_01_world_creature.sql @@ -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); -- cgit v1.2.3