diff options
author | Aokromes <jipr@hotmail.com> | 2013-06-21 09:07:30 +0200 |
---|---|---|
committer | Aokromes <jipr@hotmail.com> | 2013-06-21 09:07:30 +0200 |
commit | 1a24c846c99b688688e70689998c0016d16de265 (patch) | |
tree | 4c87354a95745052eb5811f49a69e77bcdcac1a8 | |
parent | 30356016c63defba629241ce038e97fa571282df (diff) |
DB/Misc: Proper respawn time for a lot of mobs and delete incorrectly spawned mobs
-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); |