DB/Creature: Fix Thaladred the Darkener movement speed

From sniffs
This commit is contained in:
Killyana
2019-03-02 18:57:14 +01:00
parent 8dec9b97e2
commit e9957b1765

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