aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJildor <Jildor@users.noreply.github.com>2020-11-08 00:25:45 +0200
committeroffl <offl@users.noreply.github.com>2020-11-08 00:25:45 +0200
commit4ae2499d3fc80149cdf0d6c3b41eeaaba16ebfc0 (patch)
tree6afc74ff52d6b26c2646acd2e9f03a9b5d73826d
parenta2da08deb19b64725bb6d4c3c387bb58da0e1dcf (diff)
DB/Instance/Ulduar: Update stats of Ignis the Furnace Master & Iron Construct
Closes #25631
-rw-r--r--sql/updates/world/3.3.5/2020_11_07_01_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_11_07_01_world.sql b/sql/updates/world/3.3.5/2020_11_07_01_world.sql
new file mode 100644
index 00000000000..8914bedc9b9
--- /dev/null
+++ b/sql/updates/world/3.3.5/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)