mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
Remove wrong MECHANIC_SLOW_ATTACK immunity from creatures
- Bosses need to be affected by tank debuffs (ie Thunder Clap, Judgements of the Just, Infected Wounds, Frost Fever)
Ref 8ecde2f96b
This commit is contained in:
1
sql/updates/world/3.3.5/2017_12_30_00_world.sql
Normal file
1
sql/updates/world/3.3.5/2017_12_30_00_world.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` & 0xFFFFFF7F;
|
||||
Reference in New Issue
Block a user