From 7fc938dfcb985652b0113aeb37e465be986449cf Mon Sep 17 00:00:00 2001 From: Andrew <47818697+Nyeriah@users.noreply.github.com> Date: Tue, 26 Nov 2024 16:00:46 -0300 Subject: [PATCH] =?UTF-8?q?fix(DB/Spells):=20Malacrass=20Drain=20Power=20s?= =?UTF-8?q?hould=20stack=20from=20different=20cas=E2=80=A6=20(#20749)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(DB/Spells): Malacrass Drain Power should stack from different casters --- data/sql/updates/pending_db_world/mala.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/mala.sql diff --git a/data/sql/updates/pending_db_world/mala.sql b/data/sql/updates/pending_db_world/mala.sql new file mode 100644 index 000000000..c35d5c0b0 --- /dev/null +++ b/data/sql/updates/pending_db_world/mala.sql @@ -0,0 +1,2 @@ +DELETE FROM `spell_custom_attr` WHERE `spell_id`=44132; +INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (44132, 4194304);