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:
Ovahlord
2021-02-25 16:48:07 +01:00
parent d818a7030c
commit 191fabe085

View 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);