diff options
author | Killyana <morphone1@gmail.com> | 2016-05-31 18:33:45 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2016-05-31 18:33:45 +0200 |
commit | 37d01859c2e4be1509b130fed7a50518970eda3f (patch) | |
tree | 3fa6410d6f4d3ad8a10cbfe12f967772545317e4 | |
parent | f177b810387eade109e1f20b1b558e359bf7efc1 (diff) |
DB/Creature: Frogger
Fix pathing and speed
Updates #16488
-rw-r--r-- | sql/updates/world/3.3.5/2016_05_31_09_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_05_31_09_world.sql b/sql/updates/world/3.3.5/2016_05_31_09_world.sql new file mode 100644 index 00000000000..73d62a92772 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_05_31_09_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template` SET `speed_run`=0.42857 WHERE `entry` IN (16027); +UPDATE `smart_scripts` SET `action_param1`=22 WHERE `entryorguid`=16027 AND `source_type`=0 AND `id`=3 AND `link`=4; |