Skip to content

Commit

Permalink
fix(DB/Creature): Leotheras the Blind banish immunity (azerothcore#18057
Browse files Browse the repository at this point in the history
)

* fix(DB/Creature): Leotheras the Blind banish immunity

* Update rev_1703459500908922900.sql
  • Loading branch information
Nyeriah authored Dec 25, 2023
1 parent be4d904 commit e3d47f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/sql/updates/pending_db_world/rev_1703459500908922900.sql
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit e3d47f1

Please sign in to comment.