diff options
-rw-r--r-- | sql/updates/world/2013_06_21_01_world_creature.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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); |