fix(DB/Creature): Adjust Naxxramas Worshipper 10M/25M immunity mask (#24212)

This commit is contained in:
Gultask
2025-12-26 15:11:36 -03:00
committed by GitHub
parent 6767333000
commit 82ae390850

View File

@@ -0,0 +1,3 @@
--
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`|1 WHERE (`entry` = 16506);
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`|2|8|16|64|512|1024|4096|8192|32768|65536|131072|262144|524288|1048576|4194304|8388608|67108864|134217728|268435456|536870912 WHERE (`entry` = 29274);