mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 19:31:59 +01:00
Scripts/Instances: Fix a bug that would cause the Hodir encounter to never properly begin. Tagging issue #17302.
This commit is contained in:
2
sql/updates/world/3.3.5/2016_06_07_00_world.sql
Normal file
2
sql/updates/world/3.3.5/2016_06_07_00_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user