mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-27 04:12:40 +01:00
DB/Creature: Remove immunity to diseases in TBC
* closes #14185 * thanks to Frytiks for reporting
This commit is contained in:
2
sql/updates/world/2016_02_08_05_world.sql
Normal file
2
sql/updates/world/2016_02_08_05_world.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- diseases immunity tbc
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` &~ 2097152 WHERE `exp` = 1;
|
||||
Reference in New Issue
Block a user