diff options
author | Gacko <gacko28@gmx.de> | 2013-11-07 11:57:40 +0100 |
---|---|---|
committer | Gacko <gacko28@gmx.de> | 2013-11-07 11:57:40 +0100 |
commit | d26bb8517c6030139b0383659fede9628abac22c (patch) | |
tree | 5aad8b1e71094ec75787daa74c8525ac115546e6 | |
parent | be19ac95ed2641867fd04f27baa179e919afb120 (diff) |
DB: Fix start up warnings
-rw-r--r-- | sql/updates/world/2013_11_07_00_world_creature_template.sql | 2 | ||||
-rw-r--r-- | sql/updates/world/2013_11_07_01_world_smart_scripts.sql | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_11_07_00_world_creature_template.sql b/sql/updates/world/2013_11_07_00_world_creature_template.sql new file mode 100644 index 00000000000..93ad79e0ad9 --- /dev/null +++ b/sql/updates/world/2013_11_07_00_world_creature_template.sql @@ -0,0 +1,2 @@ +UPDATE `creature_template` SET `speed_walk`=1.0 WHERE `entry` IN (2674,25855,28887); +UPDATE `creature_template` SET `speed_run`=1.14286,`speed_walk`=1.0 WHERE `entry`=28833; diff --git a/sql/updates/world/2013_11_07_01_world_smart_scripts.sql b/sql/updates/world/2013_11_07_01_world_smart_scripts.sql new file mode 100644 index 00000000000..f8cbba56598 --- /dev/null +++ b/sql/updates/world/2013_11_07_01_world_smart_scripts.sql @@ -0,0 +1 @@ +UPDATE `smart_scripts` SET `link`=0, `action_type`=11, `action_param1`=43787, `action_param2`=0 WHERE `entryorguid`=24399 AND `id`=5; |