diff options
author | Aokromes <jipr@hotmail.com> | 2013-11-03 09:04:32 +0100 |
---|---|---|
committer | Aokromes <jipr@hotmail.com> | 2013-11-03 09:04:32 +0100 |
commit | dc8cf9f14f9a0cc4fa9f993632ab66b0f455d607 (patch) | |
tree | e7e74cebf5f2c6f91d3d467162ae7b166413c2cf | |
parent | 172007ba5a571517d9ce7c4ff0110e1e1da0e8a4 (diff) |
DB/Misc: Fix some startup errors
Note: if those mobs starts moving now needs to be properly fixed, no hacked with speed 0.
-rw-r--r-- | sql/updates/world/2013_11_03_28_world_misc.sql | 5 |
1 files changed, 5 insertions, 0 deletions
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 |