mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 13:46:24 +00:00
fix(DB/Creature): Leotheras the Blind banish immunity (#18057)
* fix(DB/Creature): Leotheras the Blind banish immunity * Update rev_1703459500908922900.sql
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
--
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id` = 37546;
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES
|
||||
(37546, 2147483648);
|
||||
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` |131072 WHERE `entry` = 21215;
|
||||
Reference in New Issue
Block a user