From a7259cef4f3a12e7a547259b694709e430c4b7bd Mon Sep 17 00:00:00 2001 From: ariel- Date: Mon, 14 Nov 2016 04:57:25 -0300 Subject: [PATCH] DB/Creature: correct 2 npc walk/run speed Closes #18207 --- sql/updates/world/3.3.5/2016_11_14_00_world_335.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_11_14_00_world_335.sql diff --git a/sql/updates/world/3.3.5/2016_11_14_00_world_335.sql b/sql/updates/world/3.3.5/2016_11_14_00_world_335.sql new file mode 100644 index 0000000000..95112247b8 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_11_14_00_world_335.sql @@ -0,0 +1,3 @@ +-- Stillpine Ancestor Akida & Stillpine Ancestor Coo +UPDATE `creature_template` SET `speed_walk`= 0.6666666, `speed_run` = 0.9285714 WHERE `entry` = 17379; +UPDATE `creature_template` SET `speed_walk` = 0.6666666, `speed_run` = 0.8571428 WHERE `entry` = 17391;