diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-09-18 17:44:20 +0200 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2012-09-18 23:58:36 +0100 |
commit | def796c5c89aba62f9be3cb171a5b2ca1e239b89 (patch) | |
tree | 18dc6f0e3100186e40f93404aa9527006cc632b8 | |
parent | 69ad5e8c4be9c7ea7dadec84b9947542e7802971 (diff) |
DB/Creatures: Update unit_flags2 for some ulduar creatures
-rw-r--r-- | sql/updates/world/2012_09_18_00_world_creature_template.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2012_09_18_00_world_creature_template.sql b/sql/updates/world/2012_09_18_00_world_creature_template.sql new file mode 100644 index 00000000000..5ead9430d60 --- /dev/null +++ b/sql/updates/world/2012_09_18_00_world_creature_template.sql @@ -0,0 +1,4 @@ +UPDATE `creature_template` SET `unit_flags2`=0 WHERE `entry`=33109; -- Salvaged Demolisher +UPDATE `creature_template` SET `unit_flags2`=2049 WHERE `entry`=33063; -- Wrecked Siege Engine +UPDATE `creature_template` SET `unit_flags2`=1 WHERE `entry`=33059; -- Wrecked Demolisher +UPDATE `creature_template` SET `unit_flags2`=0 WHERE `entry`=33167; -- Salvaged Demolisher Mechanic Seat |