diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2015-04-09 08:56:26 +0200 |
|---|---|---|
| committer | DDuarte <dnpd.dd@gmail.com> | 2015-04-14 01:02:13 +0100 |
| commit | 307744cf879cc995559eb338dfebb81f24805d43 (patch) | |
| tree | 3d9c03a4437c48968578c155e123e7e20875d1e4 | |
| parent | 25c83c61f777189bc6951ba9e23e00ed28d2cdac (diff) | |
DB/Creature: Deathbound Ward
By Nyeriah, closes #14482
(cherry picked from commit fae3e77376bae9a3bd5c969adfc2d4e96a9653d0)
| -rw-r--r-- | sql/updates/world/2015_04_09_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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); |
