diff options
author | Killyana <morphone1@gmail.com> | 2019-03-02 18:57:14 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-03-02 18:57:14 +0100 |
commit | e9957b1765ceac9d8966ec50b0d64cb80e18d17a (patch) | |
tree | 74b6e8d522cf16a15148be97b5c75a033b44fb8e | |
parent | 8dec9b97e211d9b9d5153a3f0d19097bae6fdeff (diff) |
DB/Creature: Fix Thaladred the Darkener movement speed
From sniffs
-rw-r--r-- | sql/updates/world/3.3.5/2019_03_02_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_03_02_01_world.sql b/sql/updates/world/3.3.5/2019_03_02_01_world.sql new file mode 100644 index 00000000000..346c3cfe233 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_03_02_01_world.sql @@ -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); |