diff options
| author | Killyana <morphone1@gmail.com> | 2019-03-02 18:57:14 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-11-24 20:34:56 +0100 |
| commit | 3cfbf0aa1ba319145d4232da0a9e5788d31608d5 (patch) | |
| tree | 9a11d40c1eed0a48a25b425072322a479e7ba4b0 | |
| parent | b0f10b505e30992942cce9a9b1fb395009344dfd (diff) | |
DB/Creature: Fix Thaladred the Darkener movement speed
From sniffs
(cherry picked from commit e9957b1765ceac9d8966ec50b0d64cb80e18d17a)
| -rw-r--r-- | sql/updates/world/master/2021_11_24_07_world_2019_03_02_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_24_07_world_2019_03_02_01_world.sql b/sql/updates/world/master/2021_11_24_07_world_2019_03_02_01_world.sql new file mode 100644 index 00000000000..346c3cfe233 --- /dev/null +++ b/sql/updates/world/master/2021_11_24_07_world_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); |
