From 48e35501a8fc6abed4adfc80125f6b35fa5eb1eb Mon Sep 17 00:00:00 2001 From: Andrew <47818697+Nyeriah@users.noreply.github.com> Date: Thu, 4 Jul 2024 19:23:01 -0300 Subject: [PATCH] =?UTF-8?q?fix(DB/Spells):=20Allow=20Sablemane's=20Sleepin?= =?UTF-8?q?g=20Powder=20to=20bypass=20stun=20immu=E2=80=A6=20(#19280)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(DB/Spells): Allow Sablemane's Sleeping Powder to bypass stun immunity --- data/sql/updates/pending_db_world/rev_1720131063062734900.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1720131063062734900.sql diff --git a/data/sql/updates/pending_db_world/rev_1720131063062734900.sql b/data/sql/updates/pending_db_world/rev_1720131063062734900.sql new file mode 100644 index 000000000..21d620d15 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1720131063062734900.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `spell_custom_attr` WHERE `spell_id` = 38510; +INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES +(38510, 2147483648);