mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Creature): Small Black Temple adjustments (#19420)
* Create rev_1721186384223205700.sql * Update rev_1721186384223205700.sql
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
-- 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);
|
||||
Reference in New Issue
Block a user