parent
0d8fd9211c
commit
192861a220
2 changed files with 2 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
-- DB update 2024_04_13_00 -> 2024_04_14_00
|
||||
--
|
||||
UPDATE `creature_template` SET `flags_extra` = `flags_extra` |2147483648 WHERE `entry` = 19514;
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2024_04_14_00 -> 2024_04_14_01
|
||||
--
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` &~ 8 WHERE `entry` IN (17767, 17808, 17888, 17842);
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` | 4 WHERE `entry` IN (17767, 17808, 17888, 17842);
|
||||
Loading…
Add table
Add a link
Reference in a new issue