diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-09-18 17:44:20 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-09-18 17:44:20 +0200 |
| commit | 959aa4cd97ba0fd9d73e440850547a1ff49cd2b7 (patch) | |
| tree | b54e8373597b36043d2f4a77933ed98dc3d474e0 | |
| parent | 8c5f011e79c257c0b1bf8fb0013290bca0dd15c2 (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 |
