From 1e6d0e74d95ef8df194bd443eb4b6c4e136cb210 Mon Sep 17 00:00:00 2001 From: Andrew <47818697+Nyeriah@users.noreply.github.com> Date: Sat, 20 Jul 2024 21:42:48 -0300 Subject: [PATCH] =?UTF-8?q?fix(DB/Spells):=20Mortal=20Wound=20and=20Sunder?= =?UTF-8?q?=20Armor=20stack=20from=20different=20ca=E2=80=A6=20(#19455)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(DB/Spells): Mortal Wound and Sunder Armor stack from different casters --- .../sql/updates/pending_db_world/rev_1721515391969215900.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1721515391969215900.sql diff --git a/data/sql/updates/pending_db_world/rev_1721515391969215900.sql b/data/sql/updates/pending_db_world/rev_1721515391969215900.sql new file mode 100644 index 00000000000000..0a1ccca5768d70 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1721515391969215900.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `spell_custom_attr` WHERE `spell_id` IN (25646, 13444); +INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES +(25646, 4194304), +(13444, 4194304);