DB/Creature: Remove immunity to diseases in TBC

* closes #14185
* thanks to Frytiks for reporting
This commit is contained in:
Rushor
2016-02-08 17:17:34 +01:00
parent fbb525ad3f
commit 4104405117

View File

@@ -0,0 +1,2 @@
-- diseases immunity tbc
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` &~ 2097152 WHERE `exp` = 1;