diff options
author | Jildor <Jildor@users.noreply.github.com> | 2020-11-08 00:25:45 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-02-28 23:48:42 +0100 |
commit | 928af05745c0c95e3a24e649539306618242450c (patch) | |
tree | 072e0e95fb6e5535ddb62d4ca839ee9996a172fd | |
parent | d5e49ff0d2bd3370cc62ba2483d37a3fc5ac52ce (diff) |
DB/Instance/Ulduar: Update stats of Ignis the Furnace Master & Iron Construct
Closes #25631
(cherry picked from commit 4ae2499d3fc80149cdf0d6c3b41eeaaba16ebfc0)
-rw-r--r-- | sql/updates/world/master/2022_02_28_60_world_2020_11_07_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_28_60_world_2020_11_07_01_world.sql b/sql/updates/world/master/2022_02_28_60_world_2020_11_07_01_world.sql new file mode 100644 index 00000000000..8914bedc9b9 --- /dev/null +++ b/sql/updates/world/master/2022_02_28_60_world_2020_11_07_01_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.42857,`BaseAttackTime`=1500 WHERE `entry`=33190; -- Ignis the Furnace Master (25) +UPDATE `creature_template` SET `speed_run`=1.28571,`unit_flags`=`unit_flags`|0x00000100|0x02000000 WHERE `entry`=33191; -- Iron Construct (25) |