mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(DB/Creature): Adjust Naxxramas Worshipper 10M/25M immunity mask (#24212)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user