chore(DB): import pending files

Referenced commit(s): 895da2d661
This commit is contained in:
github-actions[bot]
2024-07-17 10:31:54 +00:00
parent aabec7c8be
commit 776dc5dd2f
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
-- DB update 2024_07_17_00 -> 2024_07_17_01
-- Ashtongue Feral Spirit can't see through Invisiblity
UPDATE `creature_template_addon` SET `auras` = '18950' WHERE (`entry` = 22849);
-- Illidari Defiler missing Interrupt Immunity
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`|1|256|4194304|33554432 WHERE (`entry` = 22853);
-- Illidari Boneslicer missing Stun immunity
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`|1|256|2048|4194304|33554432 WHERE (`entry` = 22869);
-- Illidari Heartseeker missing Stun immunity
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`|1|256|2048|4194304|33554432 WHERE (`entry` = 23339);
-- Illidari Nightlord missing Taunt immunity
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|256 WHERE (`entry` = 22855);

View File

@@ -0,0 +1,3 @@
-- DB update 2024_07_17_01 -> 2024_07_17_02
--
UPDATE `creature_template` SET `unit_flags` = `unit_flags`|256|131072 WHERE (`entry` = 17578);