From dc8cf9f14f9a0cc4fa9f993632ab66b0f455d607 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 3 Nov 2013 09:04:32 +0100 Subject: DB/Misc: Fix some startup errors Note: if those mobs starts moving now needs to be properly fixed, no hacked with speed 0. --- sql/updates/world/2013_11_03_28_world_misc.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2013_11_03_28_world_misc.sql (limited to 'sql') diff --git a/sql/updates/world/2013_11_03_28_world_misc.sql b/sql/updates/world/2013_11_03_28_world_misc.sql new file mode 100644 index 00000000000..2648f013d59 --- /dev/null +++ b/sql/updates/world/2013_11_03_28_world_misc.sql @@ -0,0 +1,5 @@ +-- Template updates +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20809; -- Mana Bomb Channel Trigger +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.14286 WHERE `entry` IN (26631,31350); -- Novos the Summoner +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry` IN (27894,32795); -- Antipersonnel Cannon +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=30337; -- Jotunheim Rapid-Fire Harpoon -- cgit v1.2.3