Skip to content

Commit

Permalink
DB/Creature: Remove immunity to diseases in TBC
Browse files Browse the repository at this point in the history
* closes #14185
* thanks to Frytiks for reporting

(cherry picked from commit 4104405)
  • Loading branch information
Rushor authored and Shauren committed Apr 2, 2016
1 parent 8c59aae commit 66d0f5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 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;

0 comments on commit 66d0f5a

Please sign in to comment.