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
  • Loading branch information
Rushor committed Feb 8, 2016
1 parent fbb525a commit 4104405
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sql/updates/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 4104405

Please sign in to comment.