From d68913d1df8d8fec338dc2693bdf52a4e024739c Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Sat, 4 Mar 2023 21:40:48 +0100 Subject: [PATCH] =?UTF-8?q?fix(DB/Spells):=20Dirge's=20Kickin'=20Chimaerok?= =?UTF-8?q?=20Chops=20should=20not=20stack=20with=E2=80=A6=20(#15209)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/sql/updates/pending_db_world/rev_1677409485979883900.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1677409485979883900.sql diff --git a/data/sql/updates/pending_db_world/rev_1677409485979883900.sql b/data/sql/updates/pending_db_world/rev_1677409485979883900.sql new file mode 100644 index 000000000..fccb80e2d --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1677409485979883900.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `spell_group` WHERE `id`=1001 AND `spell_id`=25661; +INSERT INTO `spell_group` VALUES +(1001,25661,0);