mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-16 16:56:07 +00:00
11
data/sql/updates/db_world/2024_07_17_01.sql
Normal file
11
data/sql/updates/db_world/2024_07_17_01.sql
Normal 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);
|
||||
3
data/sql/updates/db_world/2024_07_17_02.sql
Normal file
3
data/sql/updates/db_world/2024_07_17_02.sql
Normal 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);
|
||||
Reference in New Issue
Block a user