From e3d47f1010b1a60d3b19123926b8717210adf1d4 Mon Sep 17 00:00:00 2001 From: Andrew <47818697+Nyeriah@users.noreply.github.com> Date: Mon, 25 Dec 2023 06:21:21 -0300 Subject: [PATCH] fix(DB/Creature): Leotheras the Blind banish immunity (#18057) * fix(DB/Creature): Leotheras the Blind banish immunity * Update rev_1703459500908922900.sql --- .../updates/pending_db_world/rev_1703459500908922900.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1703459500908922900.sql diff --git a/data/sql/updates/pending_db_world/rev_1703459500908922900.sql b/data/sql/updates/pending_db_world/rev_1703459500908922900.sql new file mode 100644 index 000000000..e7ed9081e --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1703459500908922900.sql @@ -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;