From 6436727ef758ad1c7f4fb0291a77189be7018b1d Mon Sep 17 00:00:00 2001 From: ariel- Date: Mon, 14 Nov 2016 04:57:25 -0300 Subject: DB/Creature: correct 2 npc walk/run speed Closes #18207 (cherry picked from commit a7259cef4f3a12e7a547259b694709e430c4b7bd) --- .../world/master/2017_12_30_00_world_2016_11_14_00_world_335.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2017_12_30_00_world_2016_11_14_00_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_12_30_00_world_2016_11_14_00_world_335.sql b/sql/updates/world/master/2017_12_30_00_world_2016_11_14_00_world_335.sql new file mode 100644 index 00000000000..95112247b84 --- /dev/null +++ b/sql/updates/world/master/2017_12_30_00_world_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; -- cgit v1.2.3