diff options
-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) |