mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
DB/Creature: Fix Thaladred the Darkener movement speed
From sniffs
This commit is contained in:
3
sql/updates/world/3.3.5/2019_03_02_01_world.sql
Normal file
3
sql/updates/world/3.3.5/2019_03_02_01_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user