mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 13:16:23 +00:00
3
data/sql/updates/db_world/2024_04_14_00.sql
Normal file
3
data/sql/updates/db_world/2024_04_14_00.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2024_04_13_00 -> 2024_04_14_00
|
||||
--
|
||||
UPDATE `creature_template` SET `flags_extra` = `flags_extra` |2147483648 WHERE `entry` = 19514;
|
||||
4
data/sql/updates/db_world/2024_04_14_01.sql
Normal file
4
data/sql/updates/db_world/2024_04_14_01.sql
Normal file
@@ -0,0 +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);
|
||||
Reference in New Issue
Block a user