mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
DB/BoT: make Antechamber trash npcs immune to charm and make Twilight Soul Blade immune to all kinds of crowd control mechanics
This commit is contained in:
2
sql/updates/world/4.3.4/2021_02_25_03_world.sql
Normal file
2
sql/updates/world/4.3.4/2021_02_25_03_world.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask`= 0x1 | 0x2 | 0x4 | 0x8 | 0x10 | 0x20 | 0x40 | 0x200 | 0x800 | 0x1000 | 0x2000 | 0x10000 | 0x400000 | 0x800000, `flags_extra`= `flags_extra` | 0x40000000 WHERE `entry`= 45265;
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask`= 0x1 WHERE `entry` IN (45264, 45261, 45266, 45267);
|
||||
Reference in New Issue
Block a user