mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-29 05:11:55 +01:00
DB/Creature: Fix Thaladred the Darkener movement speed
From sniffs
(cherry picked from commit e9957b1765)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user