aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorUnholychick <lucas__jensen@hotmail.com>2015-07-26 02:42:50 +0200
committerLuqJensen <lucas__jensen@hotmail.com>2015-07-26 03:30:29 +0200
commit0d5a0c81a80c56f9324990018fc39bb2fab644ea (patch)
treecc1280d0eea6f1d3786d51e2bcc32b41c9fbddb2 /sql
parentf03f5cc1f2eac553871e2046ba6398e4b1cce0d9 (diff)
Scripts/Ulduar: Fix a visual issue with Mimirons Rocket Strike
In p2 he should fire left or right rocket at random, not always left one. ref https://www.youtube.com/watch?v=oY-nZ0EjDRw Fix Mimiron DB target attacking players.
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2015_07_26_05_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2015_07_26_05_world.sql b/sql/updates/world/2015_07_26_05_world.sql
new file mode 100644
index 00000000000..c7f4e3f4f39
--- /dev/null
+++ b/sql/updates/world/2015_07_26_05_world.sql
@@ -0,0 +1 @@
+UPDATE `creature_template` SET `flags_extra` = 128 WHERE `entry` = 33576;