diff options
| author | Rushor <PBienati@web.de> | 2016-02-08 17:17:34 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2016-04-02 20:36:40 +0200 |
| commit | 66d0f5a3ced3a822dfa2320e9b0593defe735317 (patch) | |
| tree | e0f81da48f3e13fc6079196e3c22b52012a251ff | |
| parent | 8c59aae655b9d1ddae0060a17a2dda6dac60876d (diff) | |
DB/Creature: Remove immunity to diseases in TBC
* closes #14185
* thanks to Frytiks for reporting
(cherry picked from commit 4104405117f48fdffa62c6b099717ec727c2d126)
| -rw-r--r-- | sql/updates/world/2016_04_02_45_world_2016_02_08_05_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2016_04_02_45_world_2016_02_08_05_world.sql b/sql/updates/world/2016_04_02_45_world_2016_02_08_05_world.sql new file mode 100644 index 00000000000..d2cc597a6ac --- /dev/null +++ b/sql/updates/world/2016_04_02_45_world_2016_02_08_05_world.sql @@ -0,0 +1,2 @@ +-- diseases immunity tbc +UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` &~ 2097152 WHERE `exp` = 1; |
