From e5382ee21538e4383a39b4dc0de274e856bb663b 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. --- sql/updates/world/3.3.5/2016_06_07_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_06_07_00_world.sql (limited to 'sql/updates') 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); -- cgit v1.2.3