From cf258bc9696ab0d1547a016bbc57631d63145c3e Mon Sep 17 00:00:00 2001 From: Andrew <47818697+Nyeriah@users.noreply.github.com> Date: Sun, 16 Jun 2024 13:14:31 -0300 Subject: [PATCH] =?UTF-8?q?fix(DB/Spells):=20Infinity=20Blade's=20Magic=20?= =?UTF-8?q?Disruption=20should=20stack=20for=20di=E2=80=A6=20(#19077)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(DB/Spells): Infinity Blade's Magic Disruption should stack for different casters --- data/sql/updates/pending_db_world/rev_1718547209203696600.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1718547209203696600.sql diff --git a/data/sql/updates/pending_db_world/rev_1718547209203696600.sql b/data/sql/updates/pending_db_world/rev_1718547209203696600.sql new file mode 100644 index 000000000..c5e2952d1 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1718547209203696600.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `spell_custom_attr` WHERE `spell_id`=36478; +INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (36478, 4194304);