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
parent 96c05dbec0
commit e5382ee215
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);