diff options
| author | Shauren <shauren.trinity@gmail.com> | 2011-06-14 16:29:09 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2011-06-14 16:29:09 +0200 |
| commit | 58135913e336107db17636f715a4d4b8f03585e5 (patch) | |
| tree | 83c285b62284dc84fe394f59dbacae55f398b0be | |
| parent | be5116103725005c7481ad99cd0113d5867bef86 (diff) | |
SQL: Changed update by name to entry list
| -rw-r--r-- | sql/updates/world/2011_06_14_01_world_gameobject_template.sql | 3 |
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); |
