aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2011_06_14_01_world_gameobject_template.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/updates/world/2011_06_14_01_world_gameobject_template.sql b/sql/updates/world/2011_06_14_01_world_gameobject_template.sql
index 7f6835449e5..59b4abec9d9 100644
--- a/sql/updates/world/2011_06_14_01_world_gameobject_template.sql
+++ b/sql/updates/world/2011_06_14_01_world_gameobject_template.sql
@@ -1 +1,2 @@
-UPDATE `gameobject_template` SET `flags`=`flags`&~1024 WHERE `name`='Storm Beacon';
+-- Remove destroyed flag from Storm Beacons in Ulduar
+UPDATE `gameobject_template` SET `flags`=`flags`&~1024 WHERE `entry` IN (194398,194399,194400,194401,194402,194403,194404,194405,194406,194407,194408,194409,194410,194411,194412,194413,194414,194415,194506);