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:
Andrew
2023-12-25 06:21:21 -03:00
committed by GitHub
parent be4d90404b
commit e3d47f1010

View File

@@ -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;