From e2710bc2327a87fc0d27aa42a100c6460bffdb0a Mon Sep 17 00:00:00 2001 From: treeston Date: Tue, 7 Jun 2016 14:17:11 +0200 Subject: Scripts/Instances: Fix a bug that would cause the Hodir encounter to never properly begin. Tagging issue #17302. (cherry picked from commit e5382ee21538e4383a39b4dc0de274e856bb663b) --- sql/updates/world/master/2017_01_12_12_world_2016_06_07_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2017_01_12_12_world_2016_06_07_00_world.sql (limited to 'sql') 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); -- cgit v1.2.3