diff options
author | Killyana <morphone1@gmail.com> | 2019-08-30 12:32:06 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-18 21:32:08 +0100 |
commit | 13dfa97d71c8a60a78efd92c7c1679fdf2934105 (patch) | |
tree | d07b814082ffcea91969f21f90341cf91b09ebab | |
parent | 0bffed380dd6142dc5a12ec9f31f53155a95f750 (diff) |
DB/Creature: Professor Putricide
Updates #23727
(cherry picked from commit 6e2e55bc38e28c5868096ebb7c49d0ce8c0d5044)
-rw-r--r-- | sql/updates/world/master/2021_12_18_29_world_2019_08_30_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_18_29_world_2019_08_30_00_world.sql b/sql/updates/world/master/2021_12_18_29_world_2019_08_30_00_world.sql new file mode 100644 index 00000000000..7f0e90367a7 --- /dev/null +++ b/sql/updates/world/master/2021_12_18_29_world_2019_08_30_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `unit_flags`=33554688, `speed_walk`=1.2, `speed_run`=1.71429 WHERE `entry` IN (36678,38431,38585,38586); |