Scripts/Instances: Fix a bug that would cause the Hodir encounter to never properly begin. Tagging issue #17302.

This commit is contained in:
treeston
2016-06-07 14:17:11 +02:00
committed by Aokromes
parent 5904b4a560
commit 4bf80b2a47
3 changed files with 18 additions and 5 deletions

View File

@@ -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);