aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authortreeston <treeston.mmoc@gmail.com>2016-06-07 14:17:11 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2017-01-12 03:19:38 +0100
commite2710bc2327a87fc0d27aa42a100c6460bffdb0a (patch)
treea855c5e49566cceba0b776231c8c77510527f7bc /sql
parent95902126a373464f9f631f89ae08293d9ad10f1b (diff)
Scripts/Instances: Fix a bug that would cause the Hodir encounter to never properly begin. Tagging issue #17302.
(cherry picked from commit e5382ee21538e4383a39b4dc0de274e856bb663b)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2017_01_12_12_world_2016_06_07_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_01_12_12_world_2016_06_07_00_world.sql b/sql/updates/world/master/2017_01_12_12_world_2016_06_07_00_world.sql
new file mode 100644
index 00000000000..fbe7c362718
--- /dev/null
+++ b/sql/updates/world/master/2017_01_12_12_world_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);