DB/Creature: correct 2 npc walk/run speed

Closes #18207
This commit is contained in:
ariel-
2016-11-14 04:57:25 -03:00
parent 352c84943c
commit a7259cef4f

View File

@@ -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;