mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Creature): remove CC immunities off of clones of Grand Magus Telestra in Heroic Mode (#24310)
Co-authored-by: Dan <83884799+elthehablo@users.noreply.github.com> Co-authored-by: afdz1 <151603394+afdz1@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` & ~(1 | 2 | 4 | 8 | 16 | 64 | 128 | 2048 | 4096 | 8192 | 65536 | 524288 | 4194304 | 8388608 | 33554432 | 67108864 | 536870912) WHERE `entry` IN (30511, 30512, 30513);
|
||||
Reference in New Issue
Block a user