diff --git a/sql/updates/world/2015_04_09_02_world.sql b/sql/updates/world/2015_04_09_02_world.sql new file mode 100644 index 00000000000..e6951cbef50 --- /dev/null +++ b/sql/updates/world/2015_04_09_02_world.sql @@ -0,0 +1,2 @@ +-- Deathbound Wards should be taunt immune +UPDATE `creature_template` SET `flags_extra` = `flags_extra` | 256 WHERE `entry` IN (37007, 38031);