From 0d5a0c81a80c56f9324990018fc39bb2fab644ea Mon Sep 17 00:00:00 2001 From: Unholychick Date: Sun, 26 Jul 2015 02:42:50 +0200 Subject: 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. --- sql/updates/world/2015_07_26_05_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2015_07_26_05_world.sql (limited to 'sql') 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; -- cgit v1.2.3