aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authortreeston <treeston.mmoc@gmail.com>2016-06-07 14:17:11 +0200
committertreeston <treeston.mmoc@gmail.com>2016-06-07 14:17:11 +0200
commite5382ee21538e4383a39b4dc0de274e856bb663b (patch)
tree6eb760d5e0cb291886659057436cdd7088cc1829 /sql/updates
parent96c05dbec0de5dcff60cc7a97e1b35171f3a8930 (diff)
Scripts/Instances: Fix a bug that would cause the Hodir encounter to never properly begin. Tagging issue #17302.
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/3.3.5/2016_06_07_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_06_07_00_world.sql b/sql/updates/world/3.3.5/2016_06_07_00_world.sql
new file mode 100644
index 00000000000..fbe7c362718
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_06_07_00_world.sql
@@ -0,0 +1,2 @@
+-- remove incorrect trigger flag from hodir ice blocks that prevents encounter from starting
+UPDATE `creature_template` SET `flags_extra`=(`flags_extra`&~128) WHERE `entry` IN (32938,33353);