parent
d68edd0aec
commit
4b62083dc9
2 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2024_07_07_01 -> 2024_07_07_02
|
||||
--
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`&~16384 WHERE `type` = 9 AND `mechanic_immune_mask`&16384;
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`&~16384 WHERE `type` = 6 AND `mechanic_immune_mask`&16384 AND `entry` NOT IN (4543, 8317, 11561, 16194, 16215, 16216, 28443);
|
||||
|
|
@ -1,2 +1,3 @@
|
|||
-- DB update 2024_07_07_02 -> 2024_07_07_03
|
||||
-- Talon King Ikiss - interrupt immunity
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`|33554432 WHERE (`entry` IN (18473,20706));
|
||||
Loading…
Add table
Add a link
Reference in a new issue