From 37d01859c2e4be1509b130fed7a50518970eda3f Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 31 May 2016 18:33:45 +0200 Subject: DB/Creature: Frogger Fix pathing and speed Updates #16488 --- sql/updates/world/3.3.5/2016_05_31_09_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_05_31_09_world.sql (limited to 'sql') 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; -- cgit v1.2.3