DB/Creature: Fix Thaladred the Darkener movement speed

From sniffs

(cherry picked from commit e9957b1765)
This commit is contained in:
Killyana
2019-03-02 18:57:14 +01:00
committed by Shauren
parent b0f10b505e
commit 3cfbf0aa1b

View File

@@ -0,0 +1,3 @@
--
UPDATE `creature_template` SET `speed_walk`=1.2, `speed_run`=0.785714 WHERE `entry`=20064;
UPDATE `creature_template_movement` SET `Chase`=0 WHERE `CreatureID` IN (20064);